docs: security
See original GitHub issueWe plan to publish a comprehensive guideline doc on how to create secure Web applications.
Native support such as XSRF, XSS prevention may also be added to the gRPC-Web protocol.
Could you please add more details about security and how to properly use metadata for authentication via grpc-web and also cover XSRF / XSS and etc
Also I have question, grpc-web support cookies? I want to set httponly
secure
cookie (not accessible from javascript) from server to client and want to get all requests from client to server with that cookie
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Understand the basics of privacy in Google Docs, Sheets ...
When you create a file on Google Docs, Sheets, & Slides and share it, it is stored securely in our world-class data centers....
Read more >How secure are Google Docs? - Locklizard
Google Docs is excellent for collaboration, but it isn't particularly secure. It shouldn't be used for confidential information, whether that's ...
Read more >Is It Safe to Use Google Docs? - CEO Today
Google Docs Security ... According to its Ts&Cs Google promises to keep your data and files safe. However, there's only so much Google...
Read more >Concerns About Google Docs - Computer | HowStuffWorks
Concerns About Google Docs - Concerns about Google Docs include issues of privacy and security storing files online. Find out more concerns about...
Read more >Are your Google Docs secure? - TechTalks
Choosing a strong password for your Google Account is a good place to start to secure you Google Docs. Long and complex passwords,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
any updates? This is preventing me from using grpc-web for security reasons. i need http-only cookies to be retrieved in the server to authenticate the user. The client cannot have access to cookies or store the token at all
Any Update?