21 lines
445 B
YAML
21 lines
445 B
YAML
post:
|
|
tags: [Auth]
|
|
summary: Sign in with NIP-98 (returns JWT)
|
|
security:
|
|
- NIP98: []
|
|
responses:
|
|
"200":
|
|
description: Token and pubkey
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
token:
|
|
type: string
|
|
pubkey:
|
|
type: string
|
|
method:
|
|
type: string
|
|
example: nip98
|