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

Remove redundant code endpoint #39

Closed Ross65536 closed 3 years ago

Ross65536 commented 3 years ago

The /oauth/authorize/:code or PhoenixOauth2Provider.AuthorizationController.show seems to have no real use since it just echoes the path param back to the user.

Ross65536 commented 3 years ago

I see it's used in some tests and some code. I will close this for now.