/authn

get

Get login attempts for a single user

post

Deprecated. Please use login-with-expiry instead. Will be removed in a future release. Get a new login token without an expiration (legacy endpoint)

post

Get an expiring refresh and access token

post

Get a new refresh and access token

post

Logs the user out on their current device. The access token cookie and the refresh token cookie are removed, and the refresh token is invalidated. The access token cannot be invalidated and remains valid until its exiration time; this is by design because the access token is stateless.

post

Logs the user out on all of their devices

post

Self-update existing credentials. N.B. A non-empty password must be provided.

post

Add a new login to the system. N.B. A non-empty password must be provided.

delete

Remove a user's login credentials from the system

post

Validate if password has been used before.

post

Resets password for user in record and deletes action record

post

Saves action to storage

get

Retrieves action record by id

get

Returns a list of events retrieved from storage

post

Saves received event into the storage

delete

Removes events by filter

get

Returns single property 'credentialsExist' with true, if user has local password