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
{{ message }}
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
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.
All endpoints needing authentification now need an extra parameter named 'token' which has to be the designated token, which got handed out during login.
If a method needing authentication is called without or with a non valid token a dict with the status 'error' and an error message is returned.