phoenix_oauth2_provider
phoenix_oauth2_provider copied to clipboard
Split oath applications routes for more granular control
Split oath_routes
into 2 separate macros to allow more granular control and for better protection of the /oauth/application
endpoint, allowing for example only admins to view and manage their OAuth applications.
The changes are backwards compatible.
Closes #38
@danschultzer Could you take a look at this PR?