Skip to content

Releases: pow-auth/assent

v0.1.23

01 Mar 21:28
780fe5a
Compare
Choose a tag to compare

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

09 Feb 03:11
99627bc
Compare
Choose a tag to compare

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

29 Dec 20:15
dbaaef9
Compare
Choose a tag to compare

Changes

  • Assent.Strategy.OAuth now handles missing params in callback phase #75
  • Assent.Strategy.Twitter now handles access denied callback #75

v0.1.20

10 Dec 18:03
3ab2d7e
Compare
Choose a tag to compare

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

25 Nov 19:58
3f5a5d3
Compare
Choose a tag to compare

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

08 Nov 20:12
73fc9b8
Compare
Choose a tag to compare

Changes

  • Removed oauther dependency #65

v0.1.17

05 Nov 18:43
e6bd93e
Compare
Choose a tag to compare

Changes

  • Relax mint requirement #62

v0.1.16

21 Oct 20:49
74aab10
Compare
Choose a tag to compare

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

18 Oct 18:16
21922fa
Compare
Choose a tag to compare

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

11 Oct 18:53
4b4b3c9
Compare
Choose a tag to compare

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