ultisuite-backend/internal/authentik
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
..
api_base_test.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
api_base.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
catalog.go docxi import lol 2026-06-10 00:27:21 +02:00
client.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
flow_cookies.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
flow_errors.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
flow_executor_test.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
flow_executor.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
flow_session_store.go feat(auth): implement flow completion and rate limiting for authentication flows 2026-06-20 01:09:42 +02:00
presets_test.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
presets.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
provision_test.go Lots of changes 2026-06-04 00:12:11 +02:00
provision.go feat(deploy): update .env.example and Authentik blueprints for improved configuration 2026-06-18 08:14:02 +02:00
source_sync.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
sources.go feat(identity-providers): add management for identity providers in admin API 2026-06-09 09:36:38 +02:00
store.go Lots of changes 2026-06-04 00:12:11 +02:00
users_test.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
users.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +02:00