generated from jackyzha0/quartz
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs/core): 2024-12-16 16:09:14
Affected files: content/Projects/GC/API Reference/Authentication.md
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Send OTP | ||
|
||
This endpoint sends a One-Time Password (OTP) to a specified email address. It is used for email verification and authentication purposes. | ||
|
||
<a href="https://hopp.sh/r/L1npJmJkV2an"><img src="https://hopp.sh/badge.svg" alt="Run in Hoppscotch" /></a> | ||
## Create Account | ||
|
||
This endpoint is used to create a new user account by providing essential user details like name, email, password, and OTP. | ||
|
||
<a href="https://hopp.sh/r/jtSbvtJgF7XL"><img src="https://hopp.sh/badge.svg" alt="Run in Hoppscotch" /></a> | ||
|
||
## Verify | ||
|
||
This endpoint verifies the OTP sent to the user's email. It ensures that the OTP entered by the user matches the one sent for validation. | ||
|
||
<a href="https://hopp.sh/r/eidIMlbg6jYp"><img src="https://hopp.sh/badge.svg" alt="Run in Hoppscotch" /></a> | ||
|
||
# Sign In | ||
|
||
This endpoint is used for user login. It takes the user's credentials, including email and password, to authenticate the user and generate a session or token. | ||
|
||
<a href="https://hopp.sh/r/JGq6M414xGt9"><img src="https://hopp.sh/badge.svg" alt="Run in Hoppscotch" /></a> |