Skip to content

v0.30.0

Choose a tag to compare

@dtsiflit dtsiflit released this 09 Mar 08:46
· 4 commits to main since this release
76e5af4

What's Changed

New Contributors

Breaking changes

  • AuthorizationRequestPrepared has been removed. Now it's individual cases are used directly. In the IssuerType protocol:
    • authorizeWithAuthorizationCode accepts a AuthorizationCodeRetrieved parameter.
    • prepareAuthorizationRequest no returns AuthorizationRequested in its result.
    • authorizeWithAuthorizationCode no accepts a AuthorizationCodeRetrieved parameter.

Full Changelog: v0.20.0...v0.30.0