Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@TomHAnderson TomHAnderson released this 25 May 00:55
· 118 commits to master since this release

This release address cryptography in OAuth2.
Two schema changes are made.

  • AccessToken.accessToken is now a text field to support use_jwt_access_tokens
  • Client to PublicKey is now a 1:1 relationship

Two new console routes are available to populate the PublicKey table and create a new Jwt entry.