Skip to content

v0.10.0 Custom token response in AuthorizationCodeGrant

Compare
Choose a tag to compare
@majk-p majk-p released this 19 Jun 11:29
· 305 commits to main since this release
569698f
Custom token response in AuthorizationCodeGrant (#104)

* introduce simplified OAuth2TokenResponse, renamed Oauth2TokenResponse to ExtendedOAuth2TokenResponse
* introduce upper bound for token response to conform with rfc6749
* update mima settings to really follow early-semver
* support custom response type in authorization code grant
* extend documentation