ultisuite-backend/internal/authentik
R3D347HR4Y e4549f29b2
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
feat(authentik): implement password recovery flow and API integration
- Added a new blueprint for password recovery (`05-ulti-recovery.yaml`) to facilitate user password reset via email.
- Introduced a new API handler for managing Authentik flow sessions, including starting and responding to flows.
- Implemented flow session management with in-memory storage for tracking user sessions during the recovery process.
- Enhanced error handling for flow session operations and added unit tests for the new functionalities.
- Updated README to include the new recovery flow in the Authentik blueprints documentation.
2026-06-19 22:34:29 +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_errors.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
flow_executor_test.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
flow_executor.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +02:00
flow_session_store.go feat(authentik): implement password recovery flow and API integration 2026-06-19 22:34:29 +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