Skip to content

Commit e2879b8

Browse files
committed
two -> three auth methods
1 parent 8a88eb4 commit e2879b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/user-auth/choosing-an-auth-method.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Choosing an Auth Method'
33
description: 'How to decide which auth method is right for your docs'
44
---
55

6-
Before your users can access personalized content, they must be authenticated. Mintlify supports two methods of authenticating users:
6+
Before your users can access personalized content, they must be authenticated. Mintlify supports three methods of authenticating users:
77

88
1. **Shared Session**: Utilize the same session token used by your dashboard to authenticate users.
99
2. **JWT**: Use your own login flow to send user info to your docs via a JWT in the URL.

0 commit comments

Comments
 (0)