Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable caching from verify_player_token method #252

Closed
Anubhav1603 opened this issue Dec 25, 2024 · 1 comment
Closed

Disable caching from verify_player_token method #252

Anubhav1603 opened this issue Dec 25, 2024 · 1 comment

Comments

@Anubhav1603
Copy link
Contributor

Currently verify_player_token method also caches the value returned by this method but it shouldn't as api token expires after one time use.
Bug: if you use this method once and instantly use the same token twice or different one this will return true even if token is wrong but this will work like this only if first time correct token is passed after 3 min or so cache will be flushed.

@doluk
Copy link
Collaborator

doluk commented Jan 9, 2025

This was fixed with v3.8.0

@doluk doluk closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants