FriendsOfSymfony / FOSOAuthServerBundle

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

OAuthStorage still uses EncoderFactoryInterface #704

Open hegdedr opened 8 months ago

hegdedr commented 8 months ago

OAuthStorage still uses EncoderFactoryInterface which is not supported in Symfony 6.x. Is there any plan to replace it with PasswordHasherFactoryInterface?