Security practices and features in Zeython.
- Password hashing and user account security
- Session tracking with device metadata
- JWT tokens (creation, validation, revocation)
- Providers: Google, GitHub, Discord (stubs/framework)
- Disable debug in production
- Use HTTPS and secure cookies
- Rotate secrets and tokens
- Principle of least privilege for DB user