JWTRefreshTokenBundle
JWTRefreshTokenBundle copied to clipboard
Refresh Token with PDO ?
Hi
I want to implement the refresh token, but I don't use doctrine, just a repository layer that accesses the database with PDO.
The documentation is not very clear on this, there seems to be a way, I have to make a manager object ? Concretely it is a class that will inherit from what exactly ?
Then I will just have to give this class in the yaml instead of the manager_object ?
Thanks in advance