Changelog
v0.1.13 (2020-07-14)
v0.1.12 (2020-05-24)
Assent.Strategy.OAuth2.authorization_headers/2now capitalizes the token type in the authorization headerAssent.Strategy.OIDC.callback/2now calls the strategyget_user/2method before any ID token validationAssent.Strategy.OIDC.validate_id_token/2addedAssent.Strategy.OIDC.fetch_userinfo/2addedAssent.Strategy.OIDCno longer fetches the userinfo by default instead using the claims in the ID Token
v0.1.11 (2020-05-16)
Assent.Strategy.OAuth2.callback/2now requires:session_paramsto be set in the configAssent.Strategy.OIDC.callback/2now requires:session_paramsto be set in the configAssent.Strategy.OAuth2now uses constant time comparison for stateAssent.Strategy.OIDCnow uses constant time comparison for nonceAssent.Strategy.Httpc.request/5bug fixed for certificates that has wildcard domain with SAN extensionAssent.Strategy.Mint.request/5bug fixed for certificates that has wildcard domain with SAN extension
v0.1.10 (2020-04-23)
Now requires Mint 1.0.0 or higher.
Assent.Strategy.Instagramnow accepts:user_url_request_fieldsconfig option and passesfieldsparams to the/mepoint
v0.1.9 (2020-04-23)
Now requires Elixir 1.7 or higher.
Assent.Strategy.Instagramnow uses the Instagram Graph APIAssent.Strategy.OIDCbug fixed when no:session_paramsset in config
v0.1.8 (2020-02-15)
Assent.Strategy.Githubnow providesemail_verifiedvalueAssent.Strategy.Gitlabnow providesemail_verifiedvalueAssent.Strategy.Googlefixed to provide correctemail_verifiedvalueAssent.Strategy.Twitternow providesemail_verifiedvalue
v0.1.7 (2020-02-10)
- Fix
Assent.HTTPAdapter.Mintwhere:unknownresponses where not handled correctly
v0.1.6 (2020-01-30)
Assent.Strategy.AzureADnow uses auth code flow instead of hybrid flow
v0.1.5 (2020-01-13)
- Removed unused
:resourceparam inAssent.Strategy.AzureAD - Added "email profile" to scope in
Assent.Strategy.AzureAD - Use
response_mode=form_postforAssent.Strategy.AzureAD - Updated
Assent.Strategy.OAuth2to handle access token request correctly when:auth_methodisnilper RFC specs - Changed
Assent.Strategy.Appleto use OIDC strategy and verify the JWT - Changed
Assent.Strategy.OIDCto update token with the expanded JWT as theid_token - Fixed bug in
Assent.HTTPAdapter.Mintwith query params not being included in request
v0.1.4 (2019-11-09)
- Support mint up to
v1.0.x - Fixed bug in
Assent.JWTAdapter.JOSEwherenilsecret value raised an exception - Fixed bug in
Assent.JWTAdapter.AssentJWTwhere ECDSA algorithms didn't generate or verify valid signatures
v0.1.3 (2019-10-27)
- Fixed bug in
Assent.Strategy.Githubwhere multiple emails for account resulted in the verified primary e-mail not being returned
v0.1.2 (2019-10-08)
- Require
:redirect_uriis set in the config ofAssent.Strategy.OAuth2.callback/3instead of asredirect_uriin the params
v0.1.1 (2019-10-07)
- Relax mint requirement
- Fix bug in
Assent.HTTPAdapter.Mintwhere HTTP/2 responses wasn't parsed correctly
v0.1.0 (2019-10-06)
- Initial release