This repository was archived by the owner on Mar 8, 2022. It is now read-only.
Feature/adding auth0 guardian#371
Merged
yvovandoorn merged 17 commits intoalexkappa:masterfrom Apr 19, 2021
Merged
Conversation
b5c0cb7 to
756838e
Compare
44290ee to
3156fd7
Compare
I only add support for phone since this is what we need.
Added documentation for guardian
…erged into master
070f96f to
136bf1d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the
auth0_guardianresource which can be used to customize the MFA options. I've built it in a way that should make it easy enough to add the other factors at some point.Worth noting is that if the phone block is present, it will be enabled, while if it is gone it will be disabled.
I.e this would mean phone is enabled:
while this would mean phone is disabled (which would make more sense once more options than phone is introduced):
Proposed Changes
Related to #367. This is a reworked PR since the last one had major flaws in Read which was detected after merge, hence the revert #370.
Fixes #286
Acceptance Test Output
Community Note