Releases
v0.2.11
Default to using JSON
instead of Jason
for JSON parsing on Elixir 1.18 #161
Assent.Strategy.OAuth2
now supports :state
config option #162
Assent.Strategy.OAuth2
:state
override in :authorization_parms
has been deprecated #162
Assent.Strategy.OIDC
now supports none
authentication method #163 (thanks @tommasop )
Assent.Strategy.Bitbucket
added #160 (thanks @djgoku )
Assent.Strategy.Twitch
added #159 (thanks @s0er3n )
Assent.Strategy.Telegram
added #152 (thanks @vheathen )
Assent.Strategy.Zitadel
added #154 (thanks @tommasop )
Assent.Strategy.Facebook.fetch_user/2
fixed bug with user not being decoded #168 (thanks @JohnDoneth )
Assent.Strategy.OAuth2
now supports PKCE #164 (thanks @tommasop )
Assent.Strategy.OAuth2.Base.authorize_url/2
incomplete typespec fixed #166 (thanks @diogomrts )
Assent.Strategy.decode_response/2
deprecated accepting result tuples and now accepts Assent.HTTPAdapter.HTTPResponse
structs #172
Assent.Strategy.request/5
deprecated in favor of Assent.Strategy.http_request/5
#175
Assent.Strategy.decode_response/2
deprecated in favor of Assent.HTTPAdapter.decode_response/2
#175
Assent.Config.get/3
deprecated in favor of Keyword.get/3
#175
Assent.Config.put/3
deprecated in favor of Keyword.put/3
#175
Assent.Config.merge/2
deprecated in favor of Keyword.merge/2
#175
Assent.Config.t()
type deprecated in favor of Keyword.t()
type #175
Assent.Config.fetch/2
deprecated in favor of Assent.fetch_config/2
#175
You can’t perform that action at this time.