JWTRefreshTokenBundle
JWTRefreshTokenBundle copied to clipboard
How to disable table auto-generation `refresh_tokens`???
I implemented a new entity (App\Entity\RefreshToken extends your AbstractRefreshToken), but still getting default refresh_tokens table.
How to disable table auto-generation refresh_tokens
???
config/packages/gesdinet_jwt_refresh_token.yaml
gesdinet_jwt_refresh_token:
token_parameter_name: refresh_token
refresh_token_class: App\Entity\RefreshToken
doctrine_mappings: false
There are bug in latest versions. Maybe fix from https://github.com/markitosgv/JWTRefreshTokenBundle/pull/304 can help you.
The 1.1 release fixed this.
@PHPTCloud
Could you close this issue, if it's solving your problem