JWTRefreshTokenBundle icon indicating copy to clipboard operation
JWTRefreshTokenBundle copied to clipboard

Refresh Token with PDO ?

Open Zhaerius opened this issue 6 months ago • 1 comments

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

Zhaerius avatar Aug 05 '24 15:08 Zhaerius