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
Provide access to old-style authentication token (as session.getToken()) and new-style session cookie (as session.getSessionCookie()). Document these new session methods, with notes on why they should not be used. Fixes #2.
Re-authentication timeout is configurable using the FOLIOJS_SESSION_TIMEOUT environment variable. Fixes #3.
If the FOLIOJS_OLD_AUTH environment variable is set, authentication is limited to old-style (session token). Fixes #4.