Releases: danschultzer/ex_oauth2_provider
Releases · danschultzer/ex_oauth2_provider
v0.5.7
Requires Elixir 1.12+. #100
- Permit native application redirect uri #75
- Separate Ecto migration and field options to resolve ecto 3.8 deprecation #100
v0.5.6
- Permit associations to be overridden #73
- Updated the documentation for how to set application resource owner #73
v0.5.5
Changes
- Fixed bug where
Mix.env
is called on runtime rather than compile time #69
v0.5.4
Changes
- Improved error message for missing repo configuration #59
- A server issue at hex.pm caused v0.5.3 to not be released correctly. Use v0.5.4 instead. d39a1d1
v0.5.3
Changes
- Fixed bug in
ExOauth2Provider.RedirectURI.valid_for_authorization?/3
where the :redirect_uri_match_fun
configuration option was not used #58
- Deprecated
ExOauth2Provider.RedirectURI.matches?/2
#58
v0.5.2
Changes
- Added
:redirect_uri_match_fun
configuration option for custom matching of redirect uri #55
v0.5.1
Changes
- Relaxed plug requirement up to 2.0.0
- Fix bug where otp app name could not be fetched in release
v0.5.0
Rewrite
This release is a complete rewrite of ExOauth2Provider. Please look at CHANGELOG.md for upgrade instructions.
v0.4.4
Changes
- Support Ecto 3 #43
- Use
MyApp.Users.User
as default resource_owner
configuration value
v0.4.3
Changes
- Support application wide access tokens in VerifyHeader plug #41 #40
- Support Plug 1.7 #42