Releases: danschultzer/phoenix_oauth2_provider
Releases · danschultzer/phoenix_oauth2_provider
v0.5.1
v0.5.0
This release is a complete rewrite of PhoenixOauth2Provider. Please look at CHANGELOG.md for upgrade instructions.
v0.4.1
v0.4.0
v0.3.2
Updates:
- Updated with
ex_oauth2_provider
v0.3
that supports UUID and customforeign_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
v0.3.0
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
Updates:
- Uses ExOauthProvider 2.0
Fixes:
- Recompile ExOauthProvider after installing config
v0.1.0
Get Oauth 2.0 server capabilities for your Phoenix app in two minutes.