ultisuite-backend/internal/api/auth
R3D347HR4Y 8bbc539d77 feat(auth): implement flow completion and rate limiting for authentication flows
- Added a new handler for completing authentication flows, including session validation and cookie management.
- Implemented flow rate limiting to restrict the number of flow start requests per client IP.
- Enhanced flow session management with Redis support for persistent session storage.
- Updated existing handlers to integrate the new flow completion logic and error handling for various session states.
- Introduced unit tests for the new flow completion and rate limiting functionalities to ensure reliability.
2026-06-20 01:09:42 +02:00
..
complete.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
handlers_test.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
handlers.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
rate_limit.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00