DARE-Login API

app.issue_delegation_token()[source]

API endpoint to issue a delegation token

app.login()[source]

Performs user authentication using Keycloak. The user needs to provide a username and a password in order to access the platform.

Returns

response: the response from keycloak

app.refresh_token()[source]

API endpoint to refresh a token

app.validate_token()[source]

API endpoint to validate a given token