Skip to main content

17 docs tagged with "authentication"

View all tags

Generate Totp

Generates a new TOTP secret or returns the currently pending one.

List Totp

List of all the TOTPs for the authenticated user.

Request Totp

Request a new TOTP secret to permit the 2FA update

Reset Totp

Resets the TOTP secret for the authenticated user.

Signout

Signs out the currently logged-in user.

Signup

Sign up as a user or business.

Update Totp

Verify if the given TOTP value is valid with the previous 'secret' value requested with '/api/users/totp/request' endpoint