mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-16 11:14:44 +08:00
Adding a basic version of next-auth-js using Discord and ensuring an authenticated user can fetch prompts from the real backend using an API middlelayer
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FASTAPI_URL=http://xamla.com:8000
|
||||
FASTAPI_KEY=magic_key
|
||||
|
||||
DISCORD_CLIENT_ID=your_discord_bot_client_id
|
||||
DISCORD_CLIENT_SECRET=your_discord_bot_client_secret
|
||||
|
||||
# Run "openssl rand -base64 32" to get this.
|
||||
NEXTAUTH_SECRET=openssl_result
|
||||
Reference in New Issue
Block a user