Minor Changes
-
Add support for
expiresInSecondsparameter in session token generation. This allows setting custom expiration times for tokens both with and without templates via the backend API. (#6150) by @jacekradko -
-
Optimize
auth()calls to avoid unnecessary verification calls when the provided token type is not in theacceptsTokenarray. (#6123) by @wobsoriano -
Add handling for invalid token types when
acceptsTokenis an array inauthenticateRequest(): now returns a clear unauthenticated state (tokenType: null) if the token is not in the accepted list.
-
-
Introduce API keys Backend SDK methods (#6169) by @wobsoriano