image project

Mirelis Nail API

Project Details

The API uses JWT (JSON Web Token) to securely and simply verify user identity. When someone logs in with their username and password, the server creates a special token that stores information about that person. This token is sent to the user and must be included in each request to prove authorization. The server checks this token to allow or deny access to protected parts of the application. This ensures that only logged-in users can make changes or view private information, without needing to store sessions on the server, making the system faster and more secure. Additionally, MongoDB stores user data and Express handles receiving and responding to requests using this token for security.

Technologies Used

mongodbexpress