Authentication

Rememberizer provides several authentication endpoints to manage user accounts and sessions. This document outlines the available authentication APIs.

Sign Up

Example Requests

Replace recaptcha_response with an actual reCAPTCHA response.

Sign In

Example Requests

Replace recaptcha_response with an actual reCAPTCHA response.

Email Verification

Example Requests

Replace YOUR_JWT_TOKEN with your actual JWT token and use the verification code sent to your email.

Token Management

Example Requests

This endpoint uses cookies for authentication. The refresh token should be sent as a cookie.

Logout

Example Requests

This endpoint will clear the authentication cookies.

Last updated