Version: 0.4.0
nilDB API
Visit docs.nillion.com and github.com/NillionNetwork/nildb to learn more.
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 |