Skip to content

Releases: pow-auth/assent

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

v0.1.13

14 Jul 17:01
cc29c3b
Compare
Choose a tag to compare

Changes

  • Assent.Strategy.DigitalOcean added #49

v0.1.12

24 May 19:45
e694062
Compare
Choose a tag to compare

Changes

  • Assent.Strategy.OAuth2.authorization_headers/2 now capitalizes the token type in the authorization header #47
  • Assent.Strategy.OIDC.callback/2 now calls the strategy get_user/2 method before any ID token validation #48
  • Assent.Strategy.OIDC.validate_id_token/2 added #48
  • Assent.Strategy.OIDC.fetch_userinfo/2 added #48
  • Assent.Strategy.OIDC no longer fetches the userinfo by default instead using the claims in the ID Token #48

v0.1.11

16 May 23:23
e2dcc29
Compare
Choose a tag to compare

Changes

  • Assent.Strategy.OAuth2.callback/2 now requires :session_params to be set in the config #43
  • Assent.Strategy.OIDC.callback/2 now requires :session_params to be set in the config #43
  • Assent.Strategy.OAuth2 now uses constant time comparison for state #43
  • Assent.Strategy.OIDC now uses constant time comparison for nonce #43
  • Assent.Strategy.Httpc.request/5 bug fixed for certificates that has wildcard domain with SAN extension #45
  • Assent.Strategy.Mint.request/5 bug fixed for certificates that has wildcard domain with SAN extension #45

v0.1.10

24 Apr 03:05
54938a3
Compare
Choose a tag to compare

Changes

Now requires Mint 1.0.0 or higher. #41

  • Assent.Strategy.Instagram now accepts :user_url_request_fields config option and passes fields params to the /me point #42