Skip to content

Releases: pow-auth/assent

v0.1.9

23 Apr 22:51
b73abd8
Compare
Choose a tag to compare

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

15 Feb 19:38
Compare
Choose a tag to compare

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

10 Feb 20:47
Compare
Choose a tag to compare

Changes

  • Fix Assent.HTTPAdapter.Mint where :unknown responses where not handled correctly #31

v0.1.6

30 Jan 21:58
Compare
Choose a tag to compare

Changes

  • Assent.Strategy.AzureAD now uses auth code flow instead of hybrid flow #30

v0.1.5

13 Jan 18:50
Compare
Choose a tag to compare

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

09 Nov 16:36
Compare
Choose a tag to compare

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

27 Oct 16:13
Compare
Choose a tag to compare

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

08 Oct 14:22
Compare
Choose a tag to compare

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

08 Oct 05:23
Compare
Choose a tag to compare

Changes

  • Relax mint requirement #12
  • Fix bug in Assent.HTTPAdapter.Mint where HTTP/2 responses wasn't parsed correctly #13

v0.1.0

06 Oct 14:45
Compare
Choose a tag to compare

Initial release