| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-26 | 851 Bytes | |
| TspoonBase v0.2.9 - Auth Security Fixes source code.tar.gz | 2026-04-26 | 1.1 MB | |
| TspoonBase v0.2.9 - Auth Security Fixes source code.zip | 2026-04-26 | 1.2 MB | |
| Totals: 3 Items | 2.4 MB | 0 | |
Security fixes for authentication vulnerabilities:
Fixed in v0.2.9
- #4 Refresh Token Reuse (CWE-640): Tokens now revoked after each use
- Added token revocation store (
_tokenRevocationstable) -
Applied to endpoints for admins and users
-
#5 OAuth2 State Validation (CWE-346): Added CSRF protection
- Server-side state storage (
_oauth2Statestable) -
State validated before code exchange
-
#6 Password Reset Token Reuse (CWE-640): Tokens invalidated after use
- Added password reset token store (
_passwordResetTokenstable) - Applied to admin and collection password reset flows
Previous fixes in v0.2.8:
- Rate limiting on auth endpoints
- Configurable bcrypt rounds
- JWT secret configuration
- File upload validation
- SQL injection prevention
- OTP IP binding
- HTTPS via helmet
- Batch API rate limiting