Skip to content

Commit df470d2

Browse files
committed
fix vale error
1 parent 82dc6a7 commit df470d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ description: Understand the different authentication options Fern offers
55

66
Fern offers two methods of authentication, Single Sign-On (SSO) and Role-Based Access Control (RBAC).
77

8-
**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 autopopulate code examples.
8+
**For most situations, use 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 autopopulate code examples.
99

1010
API key injection can be set up using either JWT or OAuth, depending on your existing authentication system.
1111

1212
**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.
1313

14-
15-
1614
Learn more about Fern's authentication options:
1715

1816
<CardGroup cols={3}>

0 commit comments

Comments
 (0)