Releases: pow-auth/assent
Releases · pow-auth/assent
v0.1.23
Changes
Updated to support OTP 24 and no longer support OTP < 22.1 #80
Assent.Strategy.OIDC
now handles missing id_token
in token params #81
v0.1.22
Changes
Assent.Strategy.OAuth2.fetch_user/4
now accepts headers in arguments #77
Assent.Strategy.AzureAD
bug fixed so it now uses the RS256
alg #78
v0.1.21
Changes
Assent.Strategy.OAuth
now handles missing params in callback phase #75
Assent.Strategy.Twitter
now handles access denied callback #75
v0.1.20
Changes
Assent.Strategy.Stripe
added #70
Assent.Strategy.to_url/3
now handles nested query params #70
Assent.Strategy.OAuth2
no longer removes padding for base64 encoding authorization header #71
Assent.Strategy.OIDC.validate_id_token/2
now supports dynamic OpenID configuration #73
Assent.Strategy.OIDC.fetch_userinfo/2
now supports dynamic OpenID configuration #73
v0.1.19
Changes
- Updated docs to detail
:inets
compilation #69
Assent.OAuth2.authorize_url/1
now returns the state, if defined, from authorization_params
#66
v0.1.18
Changes
- Removed
oauther
dependency #65
v0.1.17
Changes
- Relax
mint
requirement #62
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
Assent.OAuth.get/4
removed in favor of Assent.OAuth.request/6
#60
Assent.OAuth2.get_access_token/3
renamed to Assent.OAuth2.grant_access_token/3
#60
Assent.OAuth2.get/4
removed in favor of Assent.OAuth2.request/6
#60
v0.1.15
Changes
Assent.Strategy.OIDC.validate_id_token/2
has a bug fixed where alg
was not validated correctly #59
Assent.Strategy.OIDC
now has an :id_token_signed_response_alg
configuration option #59
Assent.Strategy.LINE
added #58
v0.1.14
Changes
Assent.Strategy.OAuth2.get_access_token/3
added #53
Assent.Strategy.OAuth2.refresh_access_token/3
added #53
Assent.Strategy.OAuth2.authorization_headers/2
is no long a public function (e652760)
Assent.Strategy.Apple
updated to handle name
scope #55