Environment Variables
Boolean flags default to false when unset.
| Variable | Type | Default | Config Keys | Description | Source |
|---|---|---|---|---|---|
AUTH_PASSKEY_CHALLENGE_TIME_TO_LIVE_MS | int | 300000 | auth.passkey.challenge.timeToLiveMs | Passkey challenge lifetime in milliseconds. / | auth.ts |
AUTH_PASSKEY_HTTP_BASE_PATH | string | "/auth/passkey" | auth.passkey.http.basePath | Configuration value from environment. Config key: `auth.passkey.http.basePath`. | auth.ts |
AUTH_PASSKEY_HTTP_BEARER_TOKEN_EXPIRES_IN | string | "1h" | auth.passkey.http.bearerTokenExpiresIn | Configuration value from environment. Config key: `auth.passkey.http.bearerTokenExpiresIn`. | auth.ts |
AUTH_PASSKEY_HTTP_ENABLED | flag | — | auth.passkey.http.enabled | Built-in HTTP endpoint settings for the passkey routes. / | auth.ts |
AUTH_PASSKEY_HTTP_ISSUE_BEARER_TOKEN | flag | — | auth.passkey.http.issueBearerToken | computed | auth.ts |
AUTH_PASSKEY_HTTP_PERSIST_SESSION | flag | — | auth.passkey.http.persistSession | computed | auth.ts |
AUTH_PASSKEY_RELYING_PARTY_ID | string | "localhost" | auth.passkey.relyingParty.id | Domain identifier for your application, for example `example.com`. / | auth.ts |
AUTH_PASSKEY_RELYING_PARTY_NAME | string | "Quik" | auth.passkey.relyingParty.name | User-facing name shown by passkey-capable clients. / | auth.ts |
DOCS_SCALAR_PASSKEY_AUTHORIZATION_HEADER_NAME | string | "Authorization" | docs.scalar.passkey.authorization.headerName | Configuration value from environment. Config key: `docs.scalar.passkey.authorization.headerName`. | docs.ts |
DOCS_SCALAR_PASSKEY_AUTHORIZATION_SCHEME | string | "Bearer" | docs.scalar.passkey.authorization.scheme | Configuration value from environment. Config key: `docs.scalar.passkey.authorization.scheme`. | docs.ts |
DOCS_SCALAR_PASSKEY_AUTHORIZATION_TOKEN_PATH | string | "" | docs.scalar.passkey.authorization.tokenPath | Configuration value from environment. Config key: `docs.scalar.passkey.authorization.tokenPath`. | docs.ts |
DOCS_SCALAR_PASSKEY_BEGIN_METHOD | string | "POST" | docs.scalar.passkey.begin.method | Configuration value from environment. Config key: `docs.scalar.passkey.begin.method`. | docs.ts |
DOCS_SCALAR_PASSKEY_BEGIN_URL | string | "/auth/passkey/options" | docs.scalar.passkey.begin.url | Configuration value from environment. Config key: `docs.scalar.passkey.begin.url`. | docs.ts |
DOCS_SCALAR_PASSKEY_DESCRIPTION | string | "Authenticate with a passkey and reuse the resulting session in Scalar." | docs.scalar.passkey.description | Configuration value from environment. Config key: `docs.scalar.passkey.description`. | docs.ts |
DOCS_SCALAR_PASSKEY_ENABLED | flag | — | docs.scalar.passkey.enabled | computed | docs.ts |
DOCS_SCALAR_PASSKEY_INCLUDE_CREDENTIALS | flag | — | docs.scalar.passkey.includeCredentials | computed | docs.ts |
DOCS_SCALAR_PASSKEY_TITLE | string | "Passkey Authentication" | docs.scalar.passkey.title | Configuration value from environment. Config key: `docs.scalar.passkey.title`. | docs.ts |
DOCS_SCALAR_PASSKEY_VERIFY_METHOD | string | "POST" | docs.scalar.passkey.verify.method | Configuration value from environment. Config key: `docs.scalar.passkey.verify.method`. | docs.ts |
DOCS_SCALAR_PASSKEY_VERIFY_URL | string | "/auth/passkey/verify" | docs.scalar.passkey.verify.url | Configuration value from environment. Config key: `docs.scalar.passkey.verify.url`. | docs.ts |