0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2 forks (2 forks)auto 404
help wantedquestion
Repository metrics
- Stars
- 2 stars (2 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Research best practices for secure authentication over HTTP. Focus on why sending credentials in the request body is unsafe without HTTPS (plaintext transmission, man in the middle). Explore alternatives such as HTTPS only, token based authentication (JWT, OAuth2), and secure cookie storage.
- Tech stack
- None
- Domain
- securitybackend
- Issue type
- Research
- Prerequisites
- HTTPauthentication basics