Nexus supports three authentication types, configured per app via theDocumentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
default_policy.auth field.
Auth Types
| Type | Description |
|---|---|
api_key | Validates a bearer token against stored API keys |
jwt | Validates a signed JWT — supports HS256, RS256, and JWKS |
basic | HTTP Basic auth against stored credentials |
none | No authentication required |
Policy Inheritance
Auth policy is resolved in this order, with more specific levels overriding broader ones:Requiring Auth
By defaultrequired: true — unauthenticated requests return 401. Set required: false to allow anonymous access while still extracting identity when a token is present.