Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 13:47
· 1025 commits to master since this release
adcf364

What's Changed

🚀 Features

  • support tokens without audience and scope from claims when using JwtBearerGrant (#13) @ybelMekk @tommytroen
    • breaking change:
    • allow tokens without audience to be provided via OAuth2TokenCallback.kt
    • api change on OAuth2TokenCallback.kt, audience now returns List instead of String
    • an empty list for audience() in OAuth2TokenCallback.kt will yield a token without audience
  • support for refresh_token grant, some more tests and test utils (#12) @tommytroen
  • support for OAuth 2.0 Token Exchange specification (#10) @jksolbakken @tommytroen