Skip to content

Commit

Permalink
fix: typo api_key
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Nov 5, 2024
1 parent b3d7f92 commit 42cbad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const JWT_CALLBACK_PATHNAME = '/api/fern-docs/auth/jwt/callback'

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

Expand Down

1 comment on commit 42cbad4

@vercel
Copy link

@vercel vercel bot commented on 42cbad4 Nov 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.