Updated docs and guides to reflect the latest changes

This commit is contained in:
Sercan Yemen
2024-05-23 10:48:56 +03:00
parent f2beb5626e
commit aa790afacc
8 changed files with 62 additions and 109 deletions

View File

@@ -104,8 +104,7 @@
from your backend API if needed.
</p>
<p>
Since Javascript cannot read or write <strong>HTTPOnly</strong> cookies, <em>refresh tokens</em> can only be accessed and set via the requests and responses by
your backend implementation. Basically, the <em>refresh token</em> implementation needs to be done in your backend, there is nothing that can be done in Fuse or
The <em>refresh token</em> implementation needs to be done in your backend, there is nothing that can be done in Fuse or
in Javascript.
</p>