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: do not enable device-auth flow by default #90

Merged
merged 4 commits into from
May 31, 2023

Conversation

addaleax
Copy link
Contributor

In WRITING-14037, one of the items for driver OIDC callbacks was:

Recommend considering whether to allow Device Authorization Grant

In mongosh and Compass, we do not want to enable this by default. To make it easier for other Node.js driver users to also use the same defaults as us, let’s flip the default here in the plugin.

In WRITING-14037, one of the items for driver OIDC callbacks was:

> Recommend considering whether to allow Device Authorization Grant

In mongosh and Compass, we do not want to enable this by default.
To make it easier for other Node.js driver users to also use the
same defaults as us, let’s flip the default here in the plugin.
src/plugin.ts Show resolved Hide resolved
@addaleax addaleax merged commit 28a897d into main May 31, 2023
@addaleax addaleax deleted the switch-default-flow-list branch May 31, 2023 15:07
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