How to disable table auto-generation `refresh_tokens`???
PHPTCloud opened this issue · 3 comments
PHPTCloud commented
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
gordinskiy commented
There are bug in latest versions.
Maybe fix from #304 can help you.
mbabker commented
The 1.1 release fixed this.
eerison commented
Could you close this issue, if it's solving your problem