diff --git a/advanced/user-auth/choosing-an-auth-method.mdx b/advanced/user-auth/choosing-an-auth-method.mdx index 8a8261ad7..9cc97c080 100644 --- a/advanced/user-auth/choosing-an-auth-method.mdx +++ b/advanced/user-auth/choosing-an-auth-method.mdx @@ -3,7 +3,7 @@ title: 'Choosing an Auth Method' description: 'How to decide which auth method is right for your docs' --- -Before your users can access personalized content, they must be authenticated. Mintlify supports two methods of authenticating users: +Before your users can access personalized content, they must be authenticated. Mintlify supports three methods of authenticating users: 1. **Shared Session**: Utilize the same session token used by your dashboard to authenticate users. 2. **JWT**: Use your own login flow to send user info to your docs via a JWT in the URL.