Skip to content

Releases: danschultzer/phoenix_oauth2_provider

v0.5.1

09 May 04:35
Compare
Choose a tag to compare

Changes

  • Require ExOauth2Provider v0.5.1
  • Pass configuration to all ExOauth2Provider methods
  • Removed ExOauth2Provider.Config.native_redirect_uri/1 call in templates in favor of using assigns

v0.5.0

08 May 14:50
Compare
Choose a tag to compare

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

v0.4.1

01 Aug 20:31
Compare
Choose a tag to compare

Changes

  • Elixir 1.7 support #13

v0.4.0

06 Jul 05:58
316b763
Compare
Choose a tag to compare

Changes

  • ex_oauth2_provider v0.4 now used #12
  • Full type specs #11
  • New Phoenix 1.4 style Routes alias used instead of Router.Helpers import #11

v0.3.2

27 Mar 17:32
Compare
Choose a tag to compare

Updates:

  • Updated with ex_oauth2_provider v0.3 that supports UUID and custom foreign_key_type (#9)
  • Mix task now takes a --uuid argument to create migration file that supports UUID (#9):
    mix phoenix_oauth2_provider.install --uuid resource_owners
    mix phoenix_oauth2_provider.install --uuid all
  • Relaxed dependencies #10

v0.3.1

23 Mar 02:06
Compare
Choose a tag to compare

Bug fixes:

  • Display the right config file path in Mix task #8

v0.3.0

24 Aug 19:04
Compare
Choose a tag to compare

Updates:

  • Works with Phoenix 1.3 (thanks to @dansandland)
  • This version is not backwards compatible with previous Phoenix releases

Fixes:

  • Config is loaded on runtime

v0.2.0

11 Apr 05:54
Compare
Choose a tag to compare

Updates:

  • Uses ExOauthProvider 2.0

Fixes:

  • Recompile ExOauthProvider after installing config

v0.1.0

10 Apr 21:36
Compare
Choose a tag to compare

Get Oauth 2.0 server capabilities for your Phoenix app in two minutes.