JWTRefreshTokenBundle icon indicating copy to clipboard operation
JWTRefreshTokenBundle copied to clipboard

Implements a Refresh Token system over Json Web Tokens in Symfony

Results 89 JWTRefreshTokenBundle issues
Sort by recently updated
recently updated
newest added

Hello there ! I've been using this bundle since yesterday since it was recommended on the Lexik JWT doc, nethertheless I'm encountering problems with my setup that makes me simply...

Why do again ![screenshot](https://user-images.githubusercontent.com/9466814/50145454-b1b74600-02c2-11e9-9ed1-cefd262a280e.png)

When using the bundle with multiple entity managers, the mapping is bound to the default mapping context. In order to make it work in production mode : - Create an...

When I run ``` bin/console gesdinet:jwt:clear -v ``` I get an error ``` In EntityRepository.php line 235: [BadMethodCallException] Undefined method 'findInvalid'. The method name must start with either findBy, findOneBy...

Hi all, I think it can be usefull to have an Event dispatched before the RefreshToke is persisted to add some data inthe Entity. My current usecase is that I...

In PHP7.4, I got this error when trying to get my token with refresh token: Argument 1 passed to Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider::setCustomUserProvider() must implement interface Symfony\Component\Security\Core\User\UserProviderInterface, null given, called in /var/www/var/cache/test/ContainerAXbJNLy/getGesdinet_Jwtrefreshtoken_UserProviderService.php on...

Hi, Is there anyway to have a proxy action in my controller to add the annotation in order to get the refresh endpoint documented on my APIDOC ? I am...

Perhaps I am missing something but Is there a reason why each login creates new db entry with new refresh token? Users end up with many tokens that are still...

Hi, For my needs, I need to decorate the [`RefreshTokenAuthenticator`](https://github.com/markitosgv/JWTRefreshTokenBundle/blob/master/Security/Authenticator/RefreshTokenAuthenticator.php) (It is to add attributes to the created token). The decoration uses the Symfony service declaration (available [here](https://symfony.com/doc/current/service_container/service_decoration.html)). Unfortunatly, the...

unable to generate a refresh token with our second (non default) entity manager. error: Unable to replace alias "gesdinet.jwtrefreshtoken.object_manager" with actual definition entity_manager_2". ``` config.yml doctrine: orm: default_entity_manager: entity_manager_1 entity_managers:...