---
title: snrd auth
description: User authentication with Passkeys
---
Manage user authentication using WebAuthn/Passkey technology for decentralized identity.
## Usage
```shell
snrd auth [command]
```
## Available Commands
| Command | Description |
|---------|-------------|
| `login` | Login with WebAuthn authentication |
| `register` | Register a new identity using WebAuthn |
## Flags
## Global Flags
## Examples
### Register a new identity
```shell
snrd auth register --username alice
```
### Login with existing identity
```shell
snrd auth login --username alice
```
## See Also
- [snrd auth register](./snrd_auth_register) - Register a new identity using WebAuthn
- [snrd auth login](./snrd_auth) - Login with WebAuthn authentication