Skip to content

v0.5.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@danny-avila danny-avila released this 18 Sep 21:24
· 975 commits to main since this release
8580f1c

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