Skip to content

Commit

Permalink
Merge pull request #154 from okto-hq/main
Browse files Browse the repository at this point in the history
theorylink for email phone otp in api ref
  • Loading branch information
oviawork authored Nov 29, 2024
2 parents 5bf196a + e3bfb70 commit 8a861a2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions public/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ paths:
tags:
- Client
summary: Send Email OTP
description: Sends an OTP to the specified email address to authenticate the user.
description: Sends an OTP to the specified email address to authenticate the user. Checkout the documentation here.

* [Email OTP Authenticate](/docs/react-sdk/advanced-sdk-config/authenticate-users/email-otp/learn)
operationId: sendEmailOTP
security:
- apiKeyHeader: []
Expand Down Expand Up @@ -113,7 +115,9 @@ paths:
tags:
- Client
summary: Verify Email OTP
description: Verifies the OTP sent to the email and returns Okto authentication tokens upon successful verification.
description: Verifies the OTP sent to the email and returns Okto authentication tokens upon successful verification. Checkout the documentation here.

* [Email OTP Authenticate](/docs/react-sdk/advanced-sdk-config/authenticate-users/email-otp/learn)
operationId: verifyEmailOTP
security:
- apiKeyHeader: []
Expand Down Expand Up @@ -160,7 +164,9 @@ paths:
tags:
- Client
summary: Send Phone OTP
description: Sends an OTP to the specified phone number to authenticate the user.
description: Sends an OTP to the specified phone number to authenticate the user. Checkout the documentation here.

* [Phone OTP Authenticate](/docs/react-sdk/advanced-sdk-config/authenticate-users/phone-otp/learn)
operationId: sendPhoneOTP
security:
- apiKeyHeader: []
Expand Down Expand Up @@ -202,7 +208,9 @@ paths:
tags:
- Client
summary: Verify Phone OTP
description: Verifies the OTP sent to the phone number and returns Okto authentication tokens upon successful verification.
description: Verifies the OTP sent to the phone number and returns Okto authentication tokens upon successful verification. Checkout the documentation here.

* [Phone OTP Authenticate](/docs/react-sdk/advanced-sdk-config/authenticate-users/phone-otp/learn)
operationId: verifyPhoneOTP
security:
- apiKeyHeader: []
Expand Down

0 comments on commit 8a861a2

Please sign in to comment.