Skip to content

Commit 4e1fb0b

Browse files
committed
wording updates
1 parent 76a8ebd commit 4e1fb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fern/products/docs/pages/api-references/autopopulate-api-key.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ With this feature, you can **create new users of your API** directly from within
1818
API key injection can work in two different ways depending on your company's authentication setup: **JWT or OAuth**.
1919

2020
* **JWT Flow:** You handle the entire auth flow and just give Fern a JWT cookie
21-
* **OAuth Flow:** You give Fern access, and Fern directly handles the OAuth handshake process
21+
* **OAuth Flow:** You give Fern access, and Fern directly initiates the OAuth handshake process
2222

2323
<AccordionGroup>
2424
<Accordion title="JWT" toc={true}>

fern/products/docs/pages/authentication/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Fern offers two methods of authentication, Single Sign-On (SSO) and Role-Based A
77

88
**For most situations, we recommend using RBAC** for granular access control over your documentation. RBAC works well for sites with multiple audiences (internal teams, partners, customers) and supports API key injection to auto-populate code examples.
99

10-
**SSO is simpler** but only provides basic login functionality - it doesn't support role-based permissions or API key injection. SSO works well for internal-only documentation where everyone should see the same content.
10+
**SSO is simpler** but only provides basic login functionality - it doesn't support RBAC or API key injection. SSO works well for internal-only documentation where everyone should see the same content.
1111

12-
**API Key Injection** (available with RBAC only) can be set up using either JWT or OAuth, depending on your existing authentication system.
12+
**API Key Injection** can be set up using either JWT or OAuth, depending on your existing authentication system.
1313

1414
Learn more about Fern's authentication options:
1515

0 commit comments

Comments
 (0)