Releases: pow-auth/assent
Releases · pow-auth/assent
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
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
Changes
- Removed unused
:resource
param inAssent.Strategy.AzureAD
#22 - Added "email profile" to scope in
Assent.Strategy.AzureAD
#22 - Use
response_mode=form_post
forAssent.Strategy.AzureAD
#22 - Updated
Assent.Strategy.OAuth2
to handle access token request correctly when:auth_method
isnil
per RFC specs #24 - Changed
Assent.Strategy.Apple
to use OIDC strategy and verify the JWT #25 - Changed
Assent.Strategy.OIDC
to update token with the expanded JWT as theid_token
#27 - Fixed bug in
Assent.HTTPAdapter.Mint
with query params not being included in request #26