This section describes the REST-interface named: auth. There is a document about the REST interface in general: REST Server
This section describes the REST-interface named: auth. This allows you to login, logout and get and check current user status and information.
A simple GET request tells you whether you are logged in and show user's information.
GET /authResponse:
POST /auth
The auth interface provides an alternative login method to HTTP basic authenditcation. Just send your credentials via HTTP POST.
DELETE /authResponse:
Use HTTP DELETE to logout current user.