Auth
We offer a REST API for user authentication and authorization, served by the frontend container. Please check the official documentation:
The basic process (e.g., to get an access token via CLI) is as follows:
- login (
api/auth/login/<credentials|ldap>) - get
JWTtoken (api/auth/jwt/)
Please check the documentation for more endpoints and features.