Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Client JWT algorithm selection and database migrations source code.tar.gz | 2023-06-03 | 2.1 MB | |
Client JWT algorithm selection and database migrations source code.zip | 2023-06-03 | 2.6 MB | |
README.md | 2023-06-03 | 556 Bytes | |
Totals: 3 Items | 4.7 MB | 0 |
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: * https://github.com/MicahParks/magiclinksdev/issues/2
Relevant pull requests: * https://github.com/MicahParks/magiclinksdev/pull/5