Authentication

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

Sign Up

Example Requests

circle-info

Replace recaptcha_response with an actual reCAPTCHA response.

Sign In

Example Requests

circle-info

Replace recaptcha_response with an actual reCAPTCHA response.

Email Verification

Example Requests

circle-info

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

Token Management

Example Requests

circle-info

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

Logout

Example Requests

circle-info

This endpoint will clear the authentication cookies.

Last updated