login - user login, ‘anonymous’ can be used for accessing API with guest account access level
password - user password, for guest account this field is optional
Output. If login operation is successful then MINERVA_AUTH_TOKEN cookie will be created with authentication token. If credentials are invalid response with 403 status code will be returned. Token will be valid for the next 120 minutes.
Example:
curl -X POST -c - --data "login=anonymous&password=" \
https://minerva-dev.lcsb.uni.lu/minerva/api/doLogin