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
Updated the documentation to distinguish between two-step authentication for email, phone, passkey, and SIWE, and single-step flows for guest, custom, and social authentication. Added details and endpoint references for each flow to improve clarity for API users.
Copy file name to clipboardExpand all lines: apps/portal/src/app/wallets/page.mdx
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,13 +72,14 @@ Create wallets for your users with flexible authentication options. Choose from
72
72
73
73
## API Authentication
74
74
75
-
Authenticating a user is done in two steps:
75
+
For email, phone, passkey, or SIWE authentication, a two-step process is used:
76
+
- Initiate authentication to get a challenge
77
+
- Complete authentication with the challenge response
76
78
77
-
1. Initiate authentication
78
-
2. Complete authentication
79
+
For guest or custom (jwt/auth-payload) authentication, you can skip the first step and directly use the `/v1/auth/complete` endpoint with the required parameters.
79
80
80
81
### Initiate Authentication
81
-
Start authentication with email, phone, passkey, or social providers
82
+
Start authentication with email, phone, passkey, or SIWE
0 commit comments