Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Source for the official World developer documentation, published at **[docs.worl

## What's documented here

- **World ID** (`world-id/`) — IDKit SDKs (JS, React, Swift, Kotlin, Go), Sign in with World ID, credentials, Selfie Check, on-chain verification, API reference.
- **World ID** (`world-id/`) — IDKit SDKs (JS, React, Swift, Kotlin, Go), Credentials, Selfie Check, on-chain verification, API reference.
- **Mini Apps** (`mini-apps/`) — building applications that run inside World App, including commands, sharing, growth, and the MiniKit reference.
- **World Chain** (`world-chain/`) — quick start, provider integrations, tokens, and developer reference for the chain.
- **AgentKit and agents** (`agents/`) — distinguishing human-backed agents from bots, plus Hats and human-in-the-loop flows.
Expand Down
24 changes: 0 additions & 24 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,6 @@
"source": "/id",
"destination": "/world-id/overview"
},
{
"source": "/id/sign-in",
"destination": "/world-id/overview"
},
{
"source": "/protocol",
Comment thread
Takaros999 marked this conversation as resolved.
"destination": "https://whitepaper.world.org/#protocol"
Expand Down Expand Up @@ -619,10 +615,6 @@
"source": "/reference/idkit",
"destination": "/world-id/reference/idkit"
},
{
"source": "/reference/sign-in",
"destination": "/world-id/reference/sign-in"
},
{
"source": "/poh-issuer",
"destination": "/world-id/reference/poh-issuer"
Expand All @@ -635,10 +627,6 @@
"source": "/reference/world-id-2-migration-guide",
"destination": "/world-id/reference/world-id-2-migration-guide"
},
{
"source": "/sign-in",
"destination": "/world-id/overview"
},
{
"source": "/try",
"destination": "/world-id/try"
Expand Down Expand Up @@ -687,18 +675,6 @@
"source": "/world-id/id/incognito-actions",
"destination": "/world-id/idkit/integrate"
},
{
"source": "/world-id/id/sign-in",
"destination": "/world-id/overview"
},
{
"source": "/world-id/sign-in",
"destination": "/world-id/overview"
},
{
"source": "/world-id/sign-in/pitfalls",
"destination": "/world-id/idkit/integrate"
},
{
"source": "/world-id/quick-start/testing",
"destination": "/world-id/idkit/integrate"
Expand Down
109 changes: 0 additions & 109 deletions images/docs/id/sign-in.svg

This file was deleted.

4 changes: 1 addition & 3 deletions mini-apps/guidelines/app-guidelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ These languages are particularly important given our users:

## Usernames

You should never display the user's wallet address, always use their username.
If you use Sign in with World ID you should not be doing any transactions with the user's wallet address, instead you should be using the username.
Sign in with World ID and Verify offer the same World ID guarantees, but Verify is more reliable.
You should avoid displaying the user's wallet address, use their username instead.

## Using the Address Book

Expand Down
2 changes: 1 addition & 1 deletion openapi/developer-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
"properties": {
"action": {
"type": "string",
"description": "Action identifier passed to IDKit. Optional for Sign in with World ID flows."
"description": "Action identifier passed to IDKit."
},
"nullifier_hash": {
"type": "string",
Expand Down
278 changes: 0 additions & 278 deletions world-id/reference/sign-in.mdx

This file was deleted.

27 changes: 0 additions & 27 deletions world-id/sign-in/deprecation.mdx

This file was deleted.

Loading
Loading