Skip to content

v1.1.0

Choose a tag to compare

@MikeTaylor MikeTaylor released this 27 Sep 10:37
· 4 commits to main since this release
  • 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.