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 @sortxyz-admin! I'm a bot here to help you with bugs, questions, and becoming a contributor while you wait for a human maintainer.
The cacheKeyBuilder function in the fast-jwt codebase is expected to take a token as input and return a value that can be used as a key in the cache. While the specific data types for the input and output are not explicitly defined in the codebase, it is typically inferred that the input is a string (the token), and the output is a string or hash suitable for use as a cache key [1].
The type info for the new
cacheKeyBuilder
option is missing.The text was updated successfully, but these errors were encountered: