-
Notifications
You must be signed in to change notification settings - Fork 2
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
Project Config wirirng in flow handler #94
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few structural points for flowHandler. I tried to describe them and my ideas to them as good as possible. Let's have a Slack call if they are unclear (I will be on lunch for the next hour, but afterwards I am available).
@incorbador I have removed some unnecessary variables from flowHandler class like:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the two comments above
One more thing: I have added flowOptions for our two projects in our Database (so the projectConfig now returns false for passkeyAppend and retryPasskeyOnError). I am still seeing the passkey Append screen though. Can you check that again pls?
This pull request updates the flowHandlerState class to allow updating the FlowOptions using the project config. This will enable more flexibility in configuring the authentication flows for the project.