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

Add authType to loginWithBrowser metrics #877

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

manodnyab
Copy link
Contributor

Problem

Users can signin with the device code or PKCE flow

Solution

This metric adds the type of auth flow/token flow to the aws_loginWithBroswer metric

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@manodnyab manodnyab requested a review from a team as a code owner October 8, 2024 21:10
@manodnyab manodnyab enabled auto-merge (squash) October 8, 2024 22:23
@manodnyab manodnyab merged commit fde38dc into main Oct 8, 2024
8 checks passed
@manodnyab manodnyab deleted the manodnyb/addAuthTypeToMEtrics branch October 8, 2024 22:26
"name": "authType",
"type": "string",
"allowedValues": [
"PKCE",
Copy link
Contributor

@justinmk3 justinmk3 Oct 8, 2024

Choose a reason for hiding this comment

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

should this be AuthCode (or AuthCodePkce)?

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.

3 participants