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: public/index.html
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ <h3>Create a Flash Account</h3>
285
285
</li>
286
286
<li>
287
287
<h3>Obtain API Credentials</h3>
288
-
<p>Authenticate with Flash by entering the 6-digit code sent to your registered phone number via SMS. This one-time code will generate an authentication tokenfor API access.</p>
288
+
<p>Authentication requires a two-step process: first trigger a verification code to be sent to the user's phone with <code>userPhoneRegistrationInitiate</code>, then submit the code with <code>userLogin</code> to receive an authentication token. See the Authentication section below for detailed examples.</p>
<p>This will trigger a 6-digit code to be sent via SMS to the specified phone number.</p>
360
+
</li>
361
+
<li>
362
+
<strong>Step 2: Verify the code and obtain auth token</strong> by sending a <code>userLogin</code> mutation with the phone number and verification code:
Copy file name to clipboardExpand all lines: src/index.html
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ <h3>Create a Flash Account</h3>
285
285
</li>
286
286
<li>
287
287
<h3>Obtain API Credentials</h3>
288
-
<p>Authenticate with Flash by entering the 6-digit code sent to your registered phone number via SMS. This one-time code will generate an authentication tokenfor API access.</p>
288
+
<p>Authentication requires a two-step process: first trigger a verification code to be sent to the user's phone with <code>userPhoneRegistrationInitiate</code>, then submit the code with <code>userLogin</code> to receive an authentication token. See the Authentication section below for detailed examples.</p>
<p>This will trigger a 6-digit code to be sent via SMS to the specified phone number.</p>
360
+
</li>
361
+
<li>
362
+
<strong>Step 2: Verify the code and obtain auth token</strong> by sending a <code>userLogin</code> mutation with the phone number and verification code:
0 commit comments