You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ For rate limiting information, please confer to the [API Rate Limits](#api-rate-
81
81
82
82
### OTP Authentication
83
83
84
-
Send a user a one-time password (OTP) using your preferred delivery method (_email / SMS_). An email address or phone number must be provided accordingly.
84
+
Send a user a one-time password (OTP) using your preferred delivery method (_email / SMS / Voice call / WhatsApp_). An email address or phone number must be provided accordingly.
85
85
86
86
The user can either `sign up`, `sign in` or `sign up or in`
87
87
@@ -108,7 +108,7 @@ The session and refresh JWTs should be returned to the caller, and passed with e
108
108
109
109
### Magic Link
110
110
111
-
Send a user a Magic Link using your preferred delivery method (_email / SMS_).
111
+
Send a user a Magic Link using your preferred delivery method (_email / SMS / Voice call / WhatsApp_).
112
112
The Magic Link will redirect the user to page where the its token needs to be verified.
113
113
This redirection can be configured in code, or generally in the [Descope Console](https://app.descope.com/settings/authentication/magiclink)
114
114
@@ -1329,7 +1329,7 @@ apps = apps_resp["apps"]
1329
1329
### Utils for your end to end (e2e) tests and integration tests
1330
1330
1331
1331
To ease your e2e tests, we exposed dedicated management methods,
1332
-
that way, you don't need to use 3rd party messaging services in order to receive sign-in/up Emails or SMS, and avoid the need of parsing the code and token from them.
1332
+
that way, you don't need to use 3rd party messaging services in order to receive sign-in/up Email, SMS, Voice call, WhatsApp, and avoid the need of parsing the code and token from them.
1333
1333
1334
1334
```Python
1335
1335
# User for test can be created, this user will be able to generate code/link without
0 commit comments