| name | identity |
| description | User identity, OAuth connections, and device management |
| emoji | 🪪 |
Identity - Complete API Reference
Manage user identity, OAuth provider connections, and device authentication.
Chat Commands
View Identity
/identity Show your identity
/identity status Auth status
/identity devices List linked devices
OAuth Providers
/identity providers List available providers
/identity link google Connect Google account
/identity link github Connect GitHub account
/identity unlink google Disconnect provider
Device Management
/identity device list List devices
/identity device name "Work Laptop" Name this device
/identity device revoke <id> Revoke device access
/identity device revoke-all Revoke all except current
Trust & Security
/identity trust View trust level
/identity sessions Active sessions
/identity session logout <id> End session
/identity security Security settings
TypeScript API Reference
Create Identity Service
import { createIdentityService } from 'clodds/identity';
const identity = ({
: {
: {
: process..,
: process..,
},
: {
: process..,
: process..,
},
},
: * ,
: * ,
: ,
: ,
});