From my understanding, when a request is made over HTTPS, the data is encrypted while it travels between the client and server, providing security against eavesdropping or tampering. However, the payload (request body, headers, etc.) is visible in the browser's developer tools, particularly in the Network tab. Is there a way to hide or obscure this information as well?
How can I manage authentication and protect credentials using the Custom token login or JWT login?
React.
How to hide credentials during authentication ?
Recommended threads
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...