mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 21:04:34 +01:00
14 lines
293 B
Markdown
14 lines
293 B
Markdown
# Authentication examples
|
|
|
|
You can use these examples to test Signup or Signin to a provided homeserver using a keypair,
|
|
as opposed to using a the 3rd party [authorization flow](../authz).
|
|
|
|
|
|
## Usage
|
|
|
|
### Signup
|
|
|
|
```bash
|
|
cargo run --bin signup <homeserver pubky> </path/to/recovery file>
|
|
```
|