Phoenix Oauth2 Provider Versions Save

Get an OAuth 2 provider running in your phoenix with controllers, views and models in just two minutes

v0.5.1

5 years ago

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

5 years ago

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

v0.4.1

5 years ago

Changes

  • Elixir 1.7 support #13

v0.4.0

5 years ago

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

6 years ago

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

6 years ago

Bug fixes:

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

v0.3.0

6 years ago

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

7 years ago

Updates:

  • Uses ExOauthProvider 2.0

Fixes:

  • Recompile ExOauthProvider after installing config

v0.1.0

7 years ago

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