Skip to content

Releases: pow-auth/assent

v0.2.10

12 Apr 00:34
Compare
Choose a tag to compare

Requires Elixir 1.13+

  • Fixed bug with trailing slash in :base_url not being ommitted when concatenating with relative path #150 (thanks @dtluther)

v0.2.9

22 Nov 14:15
Compare
Choose a tag to compare
  • Fixed bug where Req was not used by default if included in project #143
  • Assent.Strategy.Httpc.request/5 now sets content length header #144

v0.2.8

19 Nov 19:34
Compare
Choose a tag to compare

Req will be used by default if available in your project, otherwise :httpc will be used. #139

  • Req HTTP adapter added #139
  • Req supported by default as HTTP client #139
  • Global application config support for HTTP and JWT adapters #139
  • More expressive errors now including the whole HTTP response where applicable #138
  • Deprecated :site config in favor of :base_url config #140

v0.2.7

13 Sep 00:30
Compare
Choose a tag to compare
  • Assent.Strategy.Strava added #135

v0.2.6

26 Aug 23:47
Compare
Choose a tag to compare
  • Added Assent.HTTPAdapter.Finch #124
  • Deprecated Assent.HTTPAdapter.Mint #124

v0.2.5

22 Aug 01:16
Compare
Choose a tag to compare
  • Assent.Strategy.Spotify added #132

v0.2.4

20 Aug 17:59
Compare
Choose a tag to compare
  • Fixed bug in Assent.JWTAdapter.AssentJWT where verified? could be a {:error, term()} tuple rather than boolean #130
  • Improved message on private key file load error #131

v0.2.3

23 Mar 16:28
Compare
Choose a tag to compare
  • Removed :castore version requirement #117
  • Assent.Strategy.Httpc.request/5 raises error when SSL certificate can't be validated #117

v0.2.2

28 Feb 07:19
Compare
Choose a tag to compare
  • Fixed bug to handle 201 success response #112
  • Assent.Strategy.OIDC now has support for multiple audiences #113
  • Assent.Strategy.OIDC now permits any auth method if no token_endpoint_auth_methods_supported specified #116
  • Assent.Strategy.Linkedin added #115

v0.2.1

15 Sep 15:27
Compare
Choose a tag to compare
  • Default to using Jason instead of Poison for JSON parsing #107
  • Fixed Bitwise warning when running on Elixir 1.14 #106