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

Creating new PR after inadvertently closing #299 Regarding #255 and the need to specify the `provider` key if used within an app with more than one user provider, here is...

Hi everyone, I have problem with Symfony 6.1.0 and ApiPlatform 3.0.0 After installing bundle via composer all my API routes disappeared (only LexikJWT route added by OpenAPI decorator left) ![image](https://user-images.githubusercontent.com/35171722/192093934-5a78b557-9f7e-4845-9bb1-9795daedbeda.png)...

Symfony 4.4 is EOL, so just as the title says, this drops support for the legacy branch.

This option is not available anymore. Removing it from the config fix the error. ``` Unrecognized option "anonymous" under "security.firewalls.refresh". Available options are "access_denied_handler", "access_denied_url", "access_token", "context", "custom_authenticators", "entry_point", "form_login",...

I love this library, but there is no documentation for the options in the logout yaml file configuration all these parameters : "clear_site_data", "csrf_parameter", "csrf_token_id", "csrf_token_manager", "delete_cookies", "enable_csrf", "invalidate_session", "path",...

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...

The default name is `refresh_token`. I'd like to change it to `super_secret_cookie_name` or something like that. Is that possible?

**Version** 1.3.0 **Description** The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use...