Benoît VIGNAL
Benoît VIGNAL
That'll be awesome
You could easily do that flow by using the `password` grant_type and scope to empty (by default it will allow all scopes) With that, you'll have to store the `access_token`...
Since it's a mobile app, you should probably use a `authorization_code` grant type as specified by [OAuth](https://auth0.com/docs/authorization/which-oauth-2-0-flow-should-i-use#is-the-client-a-native-mobile-app-) You'll have to generate your client_id from the [command line ](https://github.com/trikoder/oauth2-bundle/blob/v3.x/docs/basic-setup.md#add-a-client)
This PR is ready to be merge, for the moment I've created a `response_formatter` but I think the main goal would be to remove it and only use `JsonResponse` for...
@X-Coder264 Yes the removal of `exception_event_listener_priority` was one point that makes me doubting. But the problem that I'm having here is that the implementation of event and `exception_event_listener_priority` stuff can't...
Hey, I've looked for a way to implement that with an event since my [current PR](https://github.com/trikoder/oauth2-bundle/pull/251) is about that. Unfortunately, when adding custom value those didn't appear in the JWT...
I was also [thinking of that](https://github.com/trikoder/oauth2-bundle/pull/242#discussion_r528586290) last time. I'm currently working on the Event system (#251). And I'll have to rewrite the Response, maybe it's the good time to implement...
Hey, did you have any luck to find a solution ? I've got a similar issue, if i do `bin2hex(random_bytes(16))` and dump them, between 2 api calls they'll be the...
Hey, it seems this package is abandoned. This project has been [forked](https://github.com/dvdoug/behat-code-coverage) by dvdoug and I've just check in the `composer.json` and it seems Symfony 5 is supported. You should...