sedovalx / oauth2-tester

Small application to test responses from different OAuth 2.0 API endpoints
0 stars 0 forks source link

Should store the auth code in the server #12

Closed sedovalx closed 8 years ago

sedovalx commented 8 years ago

Each server can has a code and token. But for now it only possible to store just one that is parsed from the uri at the app start. Application should find proper server and store the code and token in it.

sedovalx commented 8 years ago

https://developers.google.com/oauthplayground doesn't do it. Should we?