Files
SatsFaucet/backend/openapi/path-items/auth-login.yaml
2026-02-28 21:14:27 -03:00

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