We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d8c7b commit de2ad7aCopy full SHA for de2ad7a
README.md
@@ -143,7 +143,8 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
143
### Security
144
145
Since the Session Key and X-CSRF-TOKEN could be read by the JavaScript code, that means it's less secure than a usual
146
-http-only Cookie. Think of this as of the Bearer token. The security impact is exactly the same.
+http-only Cookie. But since we have different domains for the API and WEB, we don't have a way to setup a cookie.
147
+You can think of this as of the Bearer token. The security impact is exactly the same.
148
149
If you discover any security related issues, please email eduard.lupacescu@binarcode.com instead of using the issue tracker.
150
0 commit comments