Skip to content

Releases: danschultzer/ex_oauth2_provider

v0.5.7

05 Aug 20:55
Compare
Choose a tag to compare

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

08 Jan 06:52
Compare
Choose a tag to compare
  • Permit associations to be overridden #73
  • Updated the documentation for how to set application resource owner #73

v0.5.5

31 Oct 20:59
Compare
Choose a tag to compare

Changes

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

v0.5.4

31 Oct 20:58
Compare
Choose a tag to compare

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

03 Aug 03:50
Compare
Choose a tag to compare

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

11 Jun 02:44
Compare
Choose a tag to compare

Changes

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

v0.5.1

09 May 04:33
Compare
Choose a tag to compare

Changes

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

v0.5.0

08 May 21:16
Compare
Choose a tag to compare

Rewrite

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

v0.4.4

26 Feb 15:34
Compare
Choose a tag to compare

Changes

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

v0.4.3

26 Oct 16:00
Compare
Choose a tag to compare

Changes

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