Skip to content
Open
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,18 @@ GET /api/users/:username/data?credentialId=xxx
}
```

#### 7. Dashboard & Management
#### 7. User Query Endpoints
- `GET /api/users/:username/exists` - Check if username exists
- `GET /api/users/:username/passkeys` - List all passkeys for a user

#### 8. Dashboard & Management
- `GET /dashboard` - Web dashboard
- `GET /api/dashboard` - Dashboard API data
- `DELETE /api/users/:username` - Delete user
- `DELETE /api/clear-database` - Clear all data (dev only)

For complete API documentation with request/response examples, see [docs/API.md](docs/API.md)

## iOS/Swift Integration Guide

### Overview
Expand Down
Loading