Ex Oauth2 Provider Versions Save

Making OAuth 2 provider and authentication with http bearer as simple as possible for Elixir and Phoenix apps

v0.5.7

9 months ago

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

4 years ago
  • Permit associations to be overridden #73
  • Updated the documentation for how to set application resource owner #73

v0.5.5

4 years ago

Changes

  • Fixed bug where Mix.env is called on runtime rather than compile time #69

v0.5.4

4 years ago

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. d39a1d1c6ed2f3c42f24d2e3aee0ec9c899b2171

v0.5.3

4 years ago

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

4 years ago

Changes

  • Added :redirect_uri_match_fun configuration option for custom matching of redirect uri #55

v0.5.1

5 years ago

Changes

  • Relaxed plug requirement up to 2.0.0
  • Fix bug where otp app name could not be fetched in release

v0.5.0

5 years ago

Rewrite

This release is a complete rewrite of ExOauth2Provider. Please look at CHANGELOG.md for upgrade instructions.

v0.4.4

5 years ago

Changes

  • Support Ecto 3 #43
  • Use MyApp.Users.User as default resource_owner configuration value

v0.4.3

5 years ago

Changes

  • Support application wide access tokens in VerifyHeader plug #41 #40
  • Support Plug 1.7 #42