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
The generateToken(byte[] secret, Life tl, String oid, String... payload) API in Token class has logic error. It will generate a token with nearly unlimited expiration time.
The text was updated successfully, but these errors were encountered:
The
generateToken(byte[] secret, Life tl, String oid, String... payload)
API inToken
class has logic error. It will generate a token with nearly unlimited expiration time.The text was updated successfully, but these errors were encountered: