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: added AUTH_REQUIRE_ELEVATED_CLAIM to require elevated permissions for certain actions #462

Merged
merged 7 commits into from
Feb 13, 2024

Conversation

dbarrosop
Copy link
Member

@dbarrosop dbarrosop commented Feb 3, 2024

Adds an option to require elevated permissions to perform certain actions: create PATs, change email and/or password, enable/disable MFA and add security keys.

If the option is set to recommended the claim check is only performed if the user has a security key attached. If it is set to required the only action that won't require the claim is setting a security key for the first time.

Copy link

changeset-bot bot commented Feb 3, 2024

🦋 Changeset detected

Latest commit: c99d24b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
hasura-auth Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dbarrosop dbarrosop force-pushed the elevated branch 2 times, most recently from 58d4a2c to c99d24b Compare February 9, 2024 12:12
Copy link
Member

@onehassan onehassan left a comment

Choose a reason for hiding this comment

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

minor comments

@dbarrosop dbarrosop merged commit 0c52594 into main Feb 13, 2024
7 checks passed
@dbarrosop dbarrosop deleted the elevated branch February 13, 2024 17: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.

3 participants