-
Notifications
You must be signed in to change notification settings - Fork 896
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Frederic Jahn <[email protected]>
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
Co-authored-by: Frederic Jahn <[email protected]>
* chore: change default value of convertLegacyConfig * chore: remove double validation of config parameter * docs: fix docs for convert_legacy_config * chore: use new config options for docker compose
lfleischmann
previously approved these changes
Aug 5, 2024
lfleischmann
dismissed
their stale review
August 5, 2024 14:03
Next JS example still not working fully.
FreddyDevelop
approved these changes
Aug 5, 2024
FreddyDevelop
approved these changes
Aug 6, 2024
FreddyDevelop
approved these changes
Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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