john-okeefe
8a6ea39ed2
docs(auth): document 7-day session authentication with constants
- Add comprehensive authentication overview.md explaining:
- 7-day session duration for JWT and refresh tokens
- Constants-based implementation (no hardcoded values)
- Complete authentication flow (register/login/refresh/logout)
- Session expiration handling (HTML redirect vs JSON error)
- Security features (HTTP-only cookies, token rotation)
- Token storage recommendations
- Update login.md with 7-day expires_in field and cookie MaxAge
- Update register.md with 7-day session duration details
- Update refresh_token.md with expires_in: 604800
Documentation provides complete reference for authentication
endpoints with examples and security considerations.
2026-02-16 16:50:43 -05:00
..
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-16 16:50:43 -05:00
2026-02-13 21:50:44 -05:00
2026-02-02 20:25:18 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-09 20:11:56 -05:00
2026-02-13 21:50:44 -05:00
2026-02-13 21:50:44 -05:00
2026-02-10 19:59:12 -05:00