Client JWT algorithm selection and database migrations
The purpose of this release is to allow clients to select which algorithm to sign JWTs with on a per request basis.
This release also introduces a database migration strategy. There are two strategies: running a new Go program manually and automatically migrating on program startup. You can read more about database migrations on the documentation site.
Relevant issues:
Relevant pull requests: