We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d7f92 commit 42cbad4Copy full SHA for 42cbad4
auth/utils.ts
@@ -13,7 +13,7 @@ const JWT_CALLBACK_PATHNAME = '/api/fern-docs/auth/jwt/callback'
13
14
// JWT payload must include a `fern` key. All fields are optional:
15
interface FernUser {
16
- apiKey?: string // api key injection into the runnable API Playground
+ api_key?: string // api key injection into the runnable API Playground
17
roles?: string[] // ACLs -> this controls which part of the docs are visible to the user
18
}
19
0 commit comments