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

Allows you to connect and disconnect from oauth providers #155

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

Lukasdotcom
Copy link
Owner

No description provided.

[id]
);
console.log(`User ${id} disconnected from ${req.body.provider}`);
res.status(200).end(`Disconnected from ${req.body.provider}`);

Check warning

Code scanning / CodeQL

Reflected cross-site scripting

Cross-site scripting vulnerability due to [user-provided value](1).
[email, id]
);
console.log(`User ${id} connected to ${req.body.provider}`);
res.status(200).end(`Connected to ${req.body.provider}`);

Check warning

Code scanning / CodeQL

Reflected cross-site scripting

Cross-site scripting vulnerability due to [user-provided value](1).
@Lukasdotcom Lukasdotcom merged commit c4c3ac4 into main Sep 16, 2022
@Lukasdotcom Lukasdotcom deleted the connect-and-disconnect branch September 16, 2022 22:36
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.

1 participant