Version: 0.2.2
nilDB API
Authentication
- HTTP: Bearer Auth
A DID-JWT using the ES256K algorithm for authenticated endpoints. JWT payload must include:
-
iat: Issued at timestamp
-
exp: Expiration timestamp (recommended)
-
aud: Target node decentralised identifier (DID)
-
iss: Client's decentralised identifier (DID)
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |