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

feat: add a support for after submit webhooks in the login flow #116

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

adpaste
Copy link
Member

@adpaste adpaste commented Sep 4, 2024

Comment on lines +781 to +784
if err := h.d.LoginHookExecutor().AfterSubmitLoginHook(w, r, f); err != nil {
h.d.LoginFlowErrorHandler().WriteFlowError(w, r, f, node.DefaultGroup, err)
return
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: We might run this hook after all flow validations (see if below)

@adpaste adpaste merged commit 44bc080 into fandom_master Sep 11, 2024
16 checks passed
@adpaste adpaste deleted the PLATFORM-9618 branch September 11, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants