- 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. |
||
|---|---|---|
| .. | ||
| api_base_test.go | ||
| api_base.go | ||
| catalog.go | ||
| client.go | ||
| flow_errors.go | ||
| flow_executor_test.go | ||
| flow_executor.go | ||
| flow_session_store.go | ||
| presets_test.go | ||
| presets.go | ||
| provision_test.go | ||
| provision.go | ||
| source_sync.go | ||
| sources.go | ||
| store.go | ||
| users_test.go | ||
| users.go | ||