truqu / elm-oauth2

OAuth 2.0 client-side utils in Elm
MIT License
81 stars 29 forks source link

More advanced control for encoders, parsers and url builders #30

Closed KtorZ closed 3 years ago

KtorZ commented 3 years ago

:information_source: Allow more advanced control for tweaking parsers, decoders and url builders. This is particularly useful for applications integrating with systems which are either not strictly following the OAuth2.0 specifications, or, systems who introduce custom fields of some importance for the underlying application. (see #29, #23, #21)

OAuth - MINOR

OAuth.Implicit - MAJOR

OAuth.AuthorizationCode - MAJOR

OAuth.AuthorizationCode.PKCE - MAJOR

OAuth.ClientCredentials - MINOR

OAuth.Password - MINOR

OAuth.Refresh - MINOR

adrianbunea commented 3 years ago

Just what I needed, it was easy to migrate to the new version. Thanks!