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: content/reference/authentication/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The **basic** scope will always be granted on creation of a user access token, e
73
73
***[Password flow](/reference/authentication/flows/password/)** - use this if you're building a native application (or an application where it is difficult to use a web browser) and want to avoid implementing a web-based authentication flow. This flow requires special permission to use and comes with a bunch of extra rules and requirements to protect user security.
74
74
75
75
<divclass="alert alert-error alert-block">
76
-
<p>If you're submitting your application to one of Apple's App Stores, we suggest you implement authentication via the <ahref="/reference/authentication/flows/sdk/">Native App SDK flow</a> or the <ahref="/reference/authentication/flows/password/">Password Flow</a>. Otherwise, it's possible your app will be rejected.</p>
76
+
<p>If you're submitting your application to one of Apple's App Stores, you should not use any of the web based flows. We suggest you implement authentication via the <ahref="/reference/authentication/flows/sdk/">Native App SDK flow</a> with the <ahref="/reference/authentication/flows/password/">Password Flow</a> as a backup. Otherwise, it's possible your app will be rejected.</p>
0 commit comments