Migrating from 1.5.2 to 1.6.0
If you use docker-compose or run docker manually
Everything should work without any changes.
If you run it without docker
You need to migrate the database by npm run server:db:migrate
.
What's Changed
feat: Improve security of access tokens (#279)
fix: Provide default value for token expiration
Full Changelog: v1.5.2...v1.6.0