symfony4-oauth2-server-league icon indicating copy to clipboard operation
symfony4-oauth2-server-league copied to clipboard

RefreshTokenRepository is implementing the wrong interface ... i think? :)

Open elchris opened this issue 5 years ago • 0 comments

https://github.com/JeffreyVerreckt/symfony4-oauth2-server-league/blob/2a4d30c3d1071b308f5604b125d7c038d35ddcfa/src/Application/Repository/Doctrine/RefreshTokenRepository.php#L10

It appears to implement AccessTokenRepositoryInterface when I believe you want it to implement RefreshTokenRepositoryInterface

elchris avatar Jan 02 '20 01:01 elchris