Releases: pow-auth/assent
Releases · pow-auth/assent
v0.1.19
v0.1.18
v0.1.17
v0.1.16
Changes
Warning: This release has breaking changes.
All get_user/2
functions has been renamed to fetch_user/2
as they return {:ok, res}
/{:error, res}
tuples. #60
v0.1.15
v0.1.14
v0.1.13
v0.1.12
Changes
Assent.Strategy.OAuth2.authorization_headers/2
now capitalizes the token type in the authorization header #47Assent.Strategy.OIDC.callback/2
now calls the strategyget_user/2
method before any ID token validation #48Assent.Strategy.OIDC.validate_id_token/2
added #48Assent.Strategy.OIDC.fetch_userinfo/2
added #48Assent.Strategy.OIDC
no longer fetches the userinfo by default instead using the claims in the ID Token #48
v0.1.11
Changes
Assent.Strategy.OAuth2.callback/2
now requires:session_params
to be set in the config #43Assent.Strategy.OIDC.callback/2
now requires:session_params
to be set in the config #43Assent.Strategy.OAuth2
now uses constant time comparison for state #43Assent.Strategy.OIDC
now uses constant time comparison for nonce #43Assent.Strategy.Httpc.request/5
bug fixed for certificates that has wildcard domain with SAN extension #45Assent.Strategy.Mint.request/5
bug fixed for certificates that has wildcard domain with SAN extension #45