rust-auth
Installation
SKILL.md
Authentication Strategies
| Method | Use Case | Security | Complexity |
|---|---|---|---|
| JWT Token | API access, SPA | High | Medium |
| API Key | Service-to-service, automation | Medium | Low |
| OAuth 2.0 | Third-party login | High | High |
| Session Cookie | Traditional web apps | Medium | Medium |
| mTLS | Service mesh, microservices | Very High | High |