📄️ /auth/login/delegated/notification
Gets the access token once the delegated login finished. Long polling endpoint.
📄️ /auth/me
Returns the current user info for the used token.
📄️ /auth/login
Logs a user in and returns an access token.
📄️ /auth/logout
Logs a user out and invalidates the access token.
📄️ /auth/login/delegated
Starts the delegated login workflow and returns the URL to be shown to the user.