You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: