FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

I would like to use the result of this in java CodeName One application ! what should i do to login in mobile application of codename ? #570

Open makremch opened 6 years ago

makremch commented 6 years ago

{ "access_token": "ZWU5NzJjZjIwOGI4ZWRhM2UxZGJhYTAwN2MwYTIxMzgxMzc3MzViYTE0NDk5MWViNDhhMjBhNzU0ZjFmNzgyOA", "expires_in": 3600, "token_type": "bearer", "scope": null, "refresh_token": "ZjUyZDk4NTEyZWYxYWUxNTYyYmM2NTdmOGIzM2E0M2EwMDVjODkyNzA2YTVhYjkzOGEyNzYwYmU2NGU4NDEzMg" }

dkarlovi commented 6 years ago

@makremch this bundle exposes OAuth2 server within a Symfony application. If you were granted this access token by the Symfony application, it means some part of that Symfony application is protected by it.

How to use it depends on the application using this bundle.