Skip to content

Commit

Permalink
chore(docs/core): 2024-12-16 16:09:14
Browse files Browse the repository at this point in the history
Affected files:
content/Projects/GC/API Reference/Authentication.md
  • Loading branch information
zakhaev26 committed Dec 16, 2024
1 parent d3f05c2 commit 8da0154
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions content/Projects/GC/API Reference/Authentication.md
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>

0 comments on commit 8da0154

Please sign in to comment.