Introduction
::: highlight yellow 📌
This Documentation is Still on Development Progress...
:::
Overview
Auth Service API is an application programming interface that allows developers to integrate authentication and authorization functionality into an applications.
Authentication refers to the process of verifying the identity of a user, while authorization involves determining whether the user has the necessary permissions to access certain resources or perform specific actions. An auth service API provides a standardized way for applications to manage user authentication and authorization, which can help improve security and reduce the risk of unauthorized access.
API Stack
At this Auth Service API on Backend Stack, we use Java with Springboot framework to manage All Features.
API Contents
In this section we help you to find a shortcut to the API documentation you need. here, we have more than one service and to make your search easier than you use the menu in the toolbar above, you can search in the table below.
No | Service Title | Function | Method | Description |
---|---|---|---|---|
1 | Authentication | 1. Register | POST | This Endpoint for User Registration |
2. Login | POST | This Endpoint for User Login | ||
3. Verify Email | POST | This Endpoint used by User to verify Email | ||
4. Send Verification | GET | This Endpoint using for for sending response user's email verification (this method support Number 3) | ||
5. Check Email | POST | This Endpoint using for checking User's Email exist or not | ||
6. Logout | POST | This Endpoint for User Logout |