Easy Start - Backend API Collection

This API collection provides a fully-featured backend setup designed for rapid deployment, featuring secure JWT authentication, role management, and access control. It includes an email service for registration and password recovery.

Test the APIs

1. Register

This API registers a new user with their email and password and send them email.

2. Sign In

This API authenticates a user with their email and password.

3. Forget Password

This API initiates the password recovery process by sending a reset email.

4. Change Password

This API resets the password using a token from the password recovery email.