Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Flowpilot - integration #1532

Merged
merged 281 commits into from
Aug 6, 2024
Merged

Conversation

bjoern-m
Copy link
Contributor

@bjoern-m bjoern-m commented Jul 23, 2024

Introduce FlowPilot with Enhanced Features

Summary

This pull request introduces the new Flowpilot system along with several new features and various improvements. The key enhancements include configurable authorization, registration, and profile flows, as well as the ability to enable and disable user identifiers (e.g., email addresses and usernames) and login methods.

Key Features

  1. FlowPilot Introduction:
    • Initial setup of the Flowpilot.
    • A State history feature.
    • Hook actions for enhanced flow control.
  2. OAuth and SAML Integration:
    • Better integration with third-party services.
    • SAML flow API readiness.
    • OAuth flow API readiness.
  3. Profile and User Data Management:
    • Contextualization of the entire user model in profile flows.
    • Username management.
  4. Audit Logs and Logging:
    • Addition of audit logs for flow API actions.
  5. Configurable Attributes and Options:
    • New configuration options for login and registration flows.
  6. UI and UX Improvements:
    • Flow API support.
    • CSS adjustments for better user experience.
  7. Translation and Documentation:
    • Addition of new translations.
    • Improved documentation.

bjoern-m and others added 30 commits July 22, 2024 16:00
The hook creating users is not aware of whether a user skipped
passkey onboarding. In case of a skip no credential is created
but the hook assumes there is a stringified credential avalable
on the stash. It attempts to unmarshal it but this fails.

This commit fixes it by first checking if a credential exists
on the stash.
* fix: email regex match on empty or nil input value

Input validation currently attempts a regex match on email input values
even if the input is optional but empty or nil. The match fails and
validation returns an error.

This commit fixes it by first checking if the input is optional and
whether it has an empty or nil value.

* fix: email input regex validation when input is required
@lfleischmann lfleischmann marked this pull request as ready for review August 5, 2024 13:52
lfleischmann
lfleischmann previously approved these changes Aug 5, 2024
@lfleischmann lfleischmann dismissed their stale review August 5, 2024 14:03

Next JS example still not working fully.

@FreddyDevelop FreddyDevelop merged commit 601ffaa into main Aug 6, 2024
9 checks passed
@FreddyDevelop FreddyDevelop deleted the introduce_flowpilot_integration branch August 6, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants