Skip to content

Client JWT algorithm selection and database migrations

Compare
Choose a tag to compare
@MicahParks MicahParks released this 03 Jun 17:34
f364bca

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: