Skip to content

Add Google Auth login FAQ content #875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion api-reference/chat/create-topic.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
---
openapi: POST /chat/topic
---
---

## FAQ

### How do I log in to Mintlify using Google Auth?

To log in to Mintlify using Google Authentication:

1. Navigate to the Mintlify login page
2. Click on the "Sign in with Google" button
3. You'll be redirected to Google's authentication page
4. Enter your Google credentials (email and password)
5. Grant the necessary permissions when prompted
6. You'll be automatically redirected back to Mintlify and logged in

If you encounter any issues during the Google Auth login process, please ensure:
- Your browser allows pop-ups from Mintlify
- You're using a supported browser (Chrome, Firefox, Safari, Edge)
- Your Google account has the necessary permissions
- You've cleared your browser cache if experiencing persistent issues

For additional support, contact our team through the help center.
23 changes: 22 additions & 1 deletion api-reference/chat/generate-message.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
---
openapi: POST /chat/message
---
---

## FAQ

### How do I log in to Mintlify using Google Auth?

To log in to Mintlify using Google Authentication:

1. Navigate to the Mintlify login page
2. Click on the "Sign in with Google" button
3. You'll be redirected to Google's authentication page
4. Enter your Google credentials (email and password)
5. Grant the necessary permissions when prompted
6. You'll be automatically redirected back to Mintlify and logged in

If you encounter any issues during the Google Auth login process, please check that:
- Your Google account is active and accessible
- You have a stable internet connection
- Your browser allows pop-ups and redirects from Mintlify
- You're using a supported browser (Chrome, Firefox, Safari, or Edge)

For additional support, contact our team through the help center.
22 changes: 22 additions & 0 deletions api-reference/update/status.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
---
openapi: "GET /project/update-status/{statusId}"
---

## FAQ

### How do I log in to Mintlify using Google Auth?

To log in to Mintlify using Google Authentication:

1. Navigate to the Mintlify login page
2. Click on the "Sign in with Google" button
3. You'll be redirected to Google's authentication page
4. Enter your Google account credentials (email and password)
5. If prompted, complete any two-factor authentication steps
6. Grant permission for Mintlify to access your Google account information
7. You'll be automatically redirected back to Mintlify and logged in

**Note**: Make sure you're using a Google account that has been granted access to your Mintlify workspace. If you encounter any issues, contact your workspace administrator.

**Troubleshooting**:
- Clear your browser cache and cookies if you experience login issues
- Ensure third-party cookies are enabled in your browser
- Try using an incognito/private browsing window
- Contact support if you continue to experience authentication problems
18 changes: 18 additions & 0 deletions api-reference/update/trigger.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
---
openapi: "POST /project/update/{projectId}"
---

## FAQ

### How do I log in to Mintlify using Google Auth?

To log in to Mintlify using Google Auth:

1. Go to the Mintlify login page
2. Click on "Sign in with Google"
3. You'll be redirected to Google's authentication page
4. Enter your Google account credentials
5. Grant the necessary permissions to Mintlify
6. You'll be redirected back to Mintlify and logged in automatically

If you encounter any issues during the Google Auth process, make sure:
- Your Google account is active and accessible
- You have enabled third-party app access in your Google account settings
- Your browser allows redirects and has cookies enabled
20 changes: 20 additions & 0 deletions support/faq.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Authentication

## How do I log in to Mintlify?

Mintlify only supports Google Authentication for login. To log in to Mintlify using Google Auth:

1. Navigate to the Mintlify login page
2. Click on the "Sign in with Google" button
3. You'll be redirected to Google's authentication page
4. Enter your Google credentials (email and password)
5. Grant the necessary permissions when prompted
6. You'll be automatically redirected back to Mintlify and logged in

If you encounter any issues during the Google Auth login process, please ensure:
- Your browser allows pop-ups from Mintlify
- You're using a supported browser (Chrome, Firefox, Safari, Edge)
- Your Google account has the necessary permissions
- You've cleared your browser cache if experiencing persistent issues

For additional support, contact our team through the help center.