Update deploy-authentication.md

This commit is contained in:
Enrico Ros
2023-12-10 03:26:02 -08:00
committed by GitHub
parent 6d6604a043
commit 9e07822598
+1 -1
View File
@@ -3,7 +3,7 @@
`big-AGI` does not come with built-in authentication. To secure your deployment, you can implement authentication
in one of the following ways:
1. Rebuild `big-AGI` with support for [HTTP Basic Authentication](#http-authentication)
1. Build `big-AGI` with support for [HTTP Basic Authentication](#http-authentication)
2. Utilize user authentication features provided by your [cloud deployment platform](#cloud-deployments-authentication)
3. Develop a custom authentication solution