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

Commit cc0558e

Browse files
authored
Merge pull request #371 from rvitmnotes/patch-1
Update authentication-server.phtml
2 parents e1963d3 + f537036 commit cc0558e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/docs/authentication-server.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ client
209209
<h2><a href="/docs/authentication-server#when-to-use" id="when-to-use">When Should I Use JWT Auth?</a></h2>
210210
<p>JWT auth is useful when you need your backend app's Server SDK to be restricted by the same set of permissions.</p>
211211

212-
<p>If your backend app's Server SDK is using an <a href="https://github.com/docs/keys">API key</a>, it will fetch <b>all resources</b> reguardless of permissions. This means the Server SDK might fetch files and documents your user should not be able to see, which is not helpful when you need to act on behalf of a user.</p>
212+
<p>If your backend app's Server SDK is using an <a href="https://github.com/docs/keys">API key</a>, it will fetch <b>all resources</b> regardless of permissions. This means the Server SDK might fetch files and documents your user should not be able to see, which is not helpful when you need to act on behalf of a user.</p>
213213

214214
<p>If your backend app's Server SDK is using a <b>JWT</b>, it will only fetch resources your user has permissions to access.</p>
215215

@@ -592,7 +592,7 @@ client
592592
</li>
593593
</ul>
594594

595-
<p>This will return every document reguardless of permissions, which could lead to privacy and security problems.</p>
595+
<p>This will return every document regardless of permissions, which could lead to privacy and security problems.</p>
596596

597597
<div class="ide">
598598
<pre class="line-numbers"><code class="prism language-javascript" data-prism>{
@@ -635,4 +635,4 @@ client
635635
}</code></pre>
636636
</div>
637637

638-
<p>If you're integrating existing backend services with Appwrite or adding backend endpoints to perform more complex logic, JWT authentication helps them behave similarly to actual Appwrite endpoints.</p>
638+
<p>If you're integrating existing backend services with Appwrite or adding backend endpoints to perform more complex logic, JWT authentication helps them behave similarly to actual Appwrite endpoints.</p>

0 commit comments

Comments
 (0)