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: support orb_plus VerificationLevel #238

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: support orb_plus VerificationLevel #238

wants to merge 2 commits into from

Conversation

0xPenryn
Copy link
Contributor

adds support for Orb Plus in IDKit

Copy link

vercel bot commented Feb 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
idkit-js-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2024 4:50pm

Copy link
Contributor

@pdtfh pdtfh left a 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

@pdtfh
Copy link
Contributor

pdtfh commented Feb 14, 2024

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}
Copy link
Contributor

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?)

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.

None yet

3 participants