Feature: User and Bot Verification #49
Labels
No labels
area:api
area:core
area:docs
area:infra
area:ux
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
rust
status:complete
status:partial
status:planned
type:bug
type:design
type:feature
type:infra
type:refactor
type:research
type:ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
icub3d/decentcom#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated from GitHub issue icub3d/decentcom#68
Original Author: @icub3d
Original Date: 2026-04-17T00:28:03Z
Feature: Identity Verification System
Overview
Design and implement a verification system for "Open" servers to distinguish between humans and automated bots, reducing Sybil attacks and spam.
Background
Decentralized servers with open membership are vulnerable to mass registration by bots. We need a way for admins to require "verification" before granting permissions like
SEND_MESSAGES.Requirements
Design (Open for Research)
API / Interface Changes
POST /api/v1/auth/verifymight require a verification token or proof.GET /api/v1/server/infoincludes verification requirements.Component Changes
client/src/pages/Setup.tsx: Add verification step to onboarding.server/src/auth/: Integration with verification providers.Task List
Test List
Open Questions