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

[WEB-2240] Remove OAuth #53

Merged
merged 1 commit into from
Jun 10, 2024
Merged

[WEB-2240] Remove OAuth #53

merged 1 commit into from
Jun 10, 2024

Conversation

plin-stytch
Copy link
Contributor

Removing OAuth as part of the Onboarding & Nav project

@plin-stytch plin-stytch requested a review from a team as a code owner June 10, 2024 18:21

// If a token is found, authenticate it with the appropriate method.
if (token && tokenType) {
if (tokenType === "magic_links") {
if (tokenType === 'magic_links') {

Check failure

Code scanning / CodeQL

User-controlled bypass of security check High

This condition guards a sensitive
action
, but a
user-provided value
controls it.
@plin-stytch plin-stytch merged commit 04a0805 into main Jun 10, 2024
2 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.

2 participants