docs(world-id): improve agent integration workflow#139
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d1578830d7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - [ ] The verified nullifier is persisted. | ||
| - [ ] Replaying the same nullifier is rejected by the database uniqueness constraint. |
There was a problem hiding this comment.
Handle session nullifiers in the test checklist
When the selected path is the session/sign-in flow that this skill now advertises, IDKit v4 session responses use session_id for continuity and session_nullifier for per-proof replay protection rather than a top-level nullifier (as documented in world-id/4-0-migration.mdx). This checklist will make agents persist/replay the wrong field for session routes, so session integrations can either fail validation or ship without the intended replay protection.
Useful? React with 👍 / 👎.
This PR improves the World ID agent skill based on developer integration feedback.