Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Session Management Feature

Alexander Schneider edited this page Jul 22, 2016 · 3 revisions

Changes in the Session Management Branch of the wiki.

  • The /api/login path returns one more parameter upon successfull login: 'token'. 'token' is the key for a session token, which can be used for the rest of the session.
  • A session is automatically terminated and the user logged out if there are no actions for 10 minutes.
  • TBD
Clone this wiki locally