assistants-hub / assistantshub.ai

Easy to use, scalable admin portal for deploying and managing AI Assistants
https://assistantshub.ai
MIT License
22 stars 11 forks source link

Email and Credentials based login is available based on ENV variables #30

Closed santthosh closed 6 months ago

santthosh commented 6 months ago

You can now use the following variables in .env appropriately enable or disable the authentication mechanism. Below is the one recommended for local environments

ENABLE_CREDENTIALS_PROVIDER=true
ENABLE_EMAIL_PROVIDER=false
ENABLE_GITHUB_PROVIDER=false
ENABLE_GOOGLE_PROVIDER=false

When enabled will use the CREDENTIALS_APPROVED_USERNAME and CREDENTIALS_APPROVED_PASSWORD to authenticate the user locally. Below is the one recommended for production environments

ENABLE_CREDENTIALS_PROVIDER=false
ENABLE_EMAIL_PROVIDER=true
ENABLE_GITHUB_PROVIDER=true
ENABLE_GOOGLE_PROVIDER=true
vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
assistants-hub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 25, 2024 0:00am