-
Notifications
You must be signed in to change notification settings - Fork 76
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: support orb_plus VerificationLevel #238
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 |
@@ -19,7 +19,8 @@ const Home = ({ app_id }: InferGetServerSidePropsType<typeof getServerSideProps> | |||
onError={error => console.log(error)} | |||
onSuccess={response => console.log(response)} | |||
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