Auth
Functions
Link copied to clipboard
Logs in a user with the provided Login.Request object. On successful login, the received JWT token is stored for subsequent authenticated requests.
Logs in a user using an API key. This method is intended for use with Umami Cloud or instances where API key authentication is enabled.
Logs in a user with the provided username and password. This function constructs a Login.Request and then calls the overloaded login function.