Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit b9ae23a

Browse files
committed
updates
1 parent b2c7c1a commit b9ae23a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/views/docs/getting-started-for-flutter.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ close the window.
9595
</code></pre>
9696
</div>
9797

98+
<p>Redirection URL passed to the authentication service must be the same as the URL on which the application is running (schema, host, port if necessary) and the path must point to created HTML file, /auth.html in this case. The callbackUrlScheme parameter of the authenticate() method does not take into account, so it is possible to use a schema for native platforms in the code.</p>
99+
98100
<div class="notice">
99101
<h2>Flutter Web Cross-Domain Communication & Cookies</h2>
100102
<p>While running Flutter Web, make sure your Appwrite server and your Flutter client are using the same top-level domain and the same protocol (HTTP or HTTPS) to communicate. When trying to communicate between different domains or protocols, you may receive HTTP status error 401 because some modern browsers block cross-site or insecure cookies for enhanced privacy. In production, Appwrite allows you set multiple <a href="/docs/custom-domains">custom-domains</a> for each project.</p>

0 commit comments

Comments
 (0)