Releases: pow-auth/assent
Releases · pow-auth/assent
v0.1.9
Changes
Assent.Strategy.Instagram
now uses the Instagram Graph API #38
Assent.Strategy.OIDC
bug fixed when no :session_params
set in config #39
v0.1.8
Changes
Assent.Strategy.Github
now provides email_verified
value #33
Assent.Strategy.Gitlab
now provides email_verified
value #33
Assent.Strategy.Google
fixed to provide correct email_verified
value #33
Assent.Strategy.Twitter
now provides email_verified
value #33
v0.1.7
Changes
- Fix
Assent.HTTPAdapter.Mint
where :unknown
responses where not handled correctly #31
v0.1.6
Changes
Assent.Strategy.AzureAD
now uses auth code flow instead of hybrid flow #30
v0.1.5
Changes
- Removed unused
:resource
param in Assent.Strategy.AzureAD
#22
- Added "email profile" to scope in
Assent.Strategy.AzureAD
#22
- Use
response_mode=form_post
for Assent.Strategy.AzureAD
#22
- Updated
Assent.Strategy.OAuth2
to handle access token request correctly when :auth_method
is nil
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 the id_token
#27
- Fixed bug in
Assent.HTTPAdapter.Mint
with query params not being included in request #26
v0.1.4
Changes
- Support mint up to
v1.0.x
#16
- Fixed bug in
Assent.JWTAdapter.JOSE
where nil
secret value raised an exception #19
- Fixed bug in
Assent.JWTAdapter.AssentJWT
where ECDSA algorithms didn't generate or verify valid signatures #20
v0.1.3
Changes
- Fixed bug in
Assent.Strategy.Github
where multiple emails for account resulted in the verified primary e-mail not being returned #15
v0.1.2
Changes
- Require
:redirect_uri
is set in the config of Assent.Strategy.OAuth2.callback/3
instead of as redirect_uri
in the params #14
v0.1.1
Changes
- Relax mint requirement #12
- Fix bug in
Assent.HTTPAdapter.Mint
where HTTP/2 responses wasn't parsed correctly #13