danschultzer / phoenix_oauth2_provider

Get an OAuth 2 provider running in your phoenix with controllers, views and models in just two minutes
MIT License
84 stars 41 forks source link

Make UUID work #9

Closed danschultzer closed 6 years ago

danschultzer commented 6 years ago

Will make it possible to install UUID enabled setup.

mix phoenix_oauth2_provider.install --uuid resource_owners
mix phoenix_oauth2_provider.install --uuid all

And also tests that uuid setup works.