-
Notifications
You must be signed in to change notification settings - Fork 220
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 user verification journey to auth docs #1548
Conversation
- Add new verification journey page - Add verification to auth journeys navigation
@ebenezerdon we should also add examples for client SDKs other than web |
|
||
# Role-based access {% #role-based-access %} | ||
|
||
You can restrict resource access to verified users only using permissions through the `user([USER_ID], "verified")` role. This role is automatically assigned after successful verification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would restrict for a single user. Let's also mention users('verified')
to restrict access to all/any verified user.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done
Co-authored-by: Steven Nguyen <[email protected]>
Co-authored-by: Steven Nguyen <[email protected]>
Co-authored-by: Steven Nguyen <[email protected]>
Co-authored-by: Steven Nguyen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build failure because file doesn't match path.
What does this PR do?
Adds user verification as a new journey in the auth documentation.
Test Plan
/docs/products/auth/verification
Related PRs and Issues
DRL-1115