🚀 MyLinks v0.5.9
September 18, 2023

🚀 MyLinks v0.5.9

Refresh Token, Automatic Moderation System, and more...


What’s Changed

  • To update: run npm run update from the project directory for a clean installation.
    • Prerequisites: git and npm installed
    • Recommended: clear localStorage and cookies

⚠️ Breaking Change

It’s now required to set a JWT_REFRESH_SECRET in your .env file as of #927

It’s also recommended you update your SESSION_EXPIRY to a lower value and set REFRESH_TOKEN_EXPIRY Default values: session expiry: 15 minutes, refresh token expiry: 7 days See .env.example for exact values in millisecond calculation

🛠️ New Features

🌐 Internationalization

🔧 Fixes

📝 Documentation

⚙️ Other Changes

New Contributors