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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
f2cb806: Add expires_at option to set_auth_token operation. This is useful when the authentication provider gives you a exp timestamp from JWT standard which specifies when that token expires. This will be used to set the cookie expiration timestamp.
1270996: Add duration and expires_at options to set_cookie operation. This is usefull when you want to specify the duration of a token in seconds, or when it expires with a millisecond timestamp.