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(authentication, types): split authenticate method into two #6184

Merged
merged 60 commits into from
Jan 26, 2024

Conversation

pKorsholm
Copy link
Contributor

@pKorsholm pKorsholm commented Jan 23, 2024

What

  • split authtenticate method into
    • initializeAuthentication
    • authenticateCallback

Why

  • OAuth2 handlers require initialization of a request to a third party and handling a callback when the authentication is validated. This pr splits the two actions to ensure each method is only responsible for handling a specific part of the authentication flow

@olivermrbl olivermrbl changed the title Feat(authentication, types): split authenticate method into two feat(authentication, types): split authenticate method into two Jan 23, 2024
@olivermrbl olivermrbl changed the base branch from feat/google-authentication-provider to develop January 24, 2024 07:56
@olivermrbl
Copy link
Contributor

olivermrbl commented Jan 24, 2024

Can I get you to rebase off of develop?

@pKorsholm pKorsholm merged commit 638b47f into develop Jan 26, 2024
16 checks passed
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.

4 participants