-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue: #1580 <img width="1512" alt="Screenshot 2023-11-06 at 15 20 31" src="https://github.com/StanGirard/quivr/assets/63923024/c410383f-3454-4f72-9212-f027ae4e1d6c">
- Loading branch information
1 parent
a46bf52
commit 6abba91
Showing
6 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: Authentication | ||
--- | ||
|
||
# Authentication Methods | ||
|
||
Quivr offers three authentication methods when self-hosting. You can choose which authentication methods you want to offer to your users from these three options: | ||
|
||
1. **Email/Password Authentication** | ||
2. **Google Authentication** | ||
3. **Magic Link Authentication** | ||
|
||
To enable one or more of these methods, you need to configure the following environment variables in your `.env` file: | ||
|
||
```bash | ||
# Authentication Configuration | ||
NEXT_PUBLIC_AUTH_MODES=magic_link,google_sso,password | ||
``` | ||
|
||
Since each of these methods uses Supabase, you should configure your Supabase instance to support the chosen methods. | ||
|
||
Please refer to the [Supabase documentation](https://supabase.com/docs/guides/auth) for more information on how to configure each authentication method. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "Self host Quivr", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "How to use Quivr as a Dev ?" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
docs/docs/Developers/run_fully_local.md → .../Developers/selfHosted/run_fully_local.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 4 | ||
sidebar_position: 2 | ||
title: Run Quivr fully locally | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters