New
v0.2.11
- Default to using
JSONinstead ofJasonfor JSON parsing on Elixir 1.18 #161 Assent.Strategy.OAuth2now supports:stateconfig option #162Assent.Strategy.OAuth2:stateoverride in:authorization_parmshas been deprecated #162Assent.Strategy.OIDCnow supportsnoneauthentication method #163 (thanks @tommasop)Assent.Strategy.Bitbucketadded #160 (thanks @djgoku)Assent.Strategy.Twitchadded #159 (thanks @s0er3n)Assent.Strategy.Telegramadded #152 (thanks @vheathen)Assent.Strategy.Zitadeladded #154 (thanks @tommasop)Assent.Strategy.Facebook.fetch_user/2fixed bug with user not being decoded #168 (thanks @JohnDoneth)Assent.Strategy.OAuth2now supports PKCE #164 (thanks @tommasop)Assent.Strategy.OAuth2.Base.authorize_url/2incomplete typespec fixed #166 (thanks @diogomrts)Assent.Strategy.decode_response/2deprecated accepting result tuples and now acceptsAssent.HTTPAdapter.HTTPResponsestructs #172Assent.Strategy.request/5deprecated in favor ofAssent.Strategy.http_request/5#175Assent.Strategy.decode_response/2deprecated in favor ofAssent.HTTPAdapter.decode_response/2#175Assent.Config.get/3deprecated in favor ofKeyword.get/3#175Assent.Config.put/3deprecated in favor ofKeyword.put/3#175Assent.Config.merge/2deprecated in favor ofKeyword.merge/2#175Assent.Config.t()type deprecated in favor ofKeyword.t()type #175Assent.Config.fetch/2deprecated in favor ofAssent.fetch_config/2#175