Skip to content

Commit 42cbad4

Browse files
authored
fix: typo api_key
1 parent b3d7f92 commit 42cbad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const JWT_CALLBACK_PATHNAME = '/api/fern-docs/auth/jwt/callback'
1313

1414
// JWT payload must include a `fern` key. All fields are optional:
1515
interface FernUser {
16-
apiKey?: string // api key injection into the runnable API Playground
16+
api_key?: string // api key injection into the runnable API Playground
1717
roles?: string[] // ACLs -> this controls which part of the docs are visible to the user
1818
}
1919

0 commit comments

Comments
 (0)