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 non-worldid bridge usage on core #289

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

m1guelpf
Copy link
Member

No description provided.

@m1guelpf m1guelpf self-assigned this Nov 12, 2024
Copy link

vercel bot commented Nov 12, 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 Nov 12, 2024 9:22pm

export type IDKitConfig = {
export type BridgeConfig = {
/** URL to a third-party bridge to use when connecting to the World App. Optional. */
bridge_url?: string
/** Unique identifier for the app verifying the action. This should be the app ID obtained from the Developer Portal. */
app_id: `app_${string}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to include app_id inside bridge config. If this is for allowing generic payloads in the bridge?

@andy-t-wang
Copy link
Contributor

we still want to provision deep face in the developer portal? Makes sense just to have a place to set it up but just checking

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.

2 participants