-
Notifications
You must be signed in to change notification settings - Fork 160
feat: support orb_plus VerificationLevel #238
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
pdtfh
left a comment
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.
let's also expose it in the examples/with-next app so we can use it for testing
|
CC @miroslav404 |
| app_id={app_id} | ||
| verification_level={VerificationLevel.Device} | ||
| // verification_level="orb_plus" | ||
| verification_level={VerificationLevel.OrbPlus} |
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.
can we make it so it's fetched from a query string param? (Device by default?)
adds support for Orb Plus in IDKit