Skip to content

v0.1.12

Compare
Choose a tag to compare
@danschultzer danschultzer released this 24 May 19:45
e694062

Changes

  • Assent.Strategy.OAuth2.authorization_headers/2 now capitalizes the token type in the authorization header #47
  • Assent.Strategy.OIDC.callback/2 now calls the strategy get_user/2 method before any ID token validation #48
  • Assent.Strategy.OIDC.validate_id_token/2 added #48
  • Assent.Strategy.OIDC.fetch_userinfo/2 added #48
  • Assent.Strategy.OIDC no longer fetches the userinfo by default instead using the claims in the ID Token #48