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
Hi All, Thank you to contribute this awesome libs.
I have found that cache is use hash(token) as key, not direct to use token as key.
hash(token) spend a little time complexity, can we directly use token as key?