developersdigest / llm-answer-engine

Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Llama-3, Langchain, OpenAI, Upstash, Brave & Serper
https://developersdigest.tech
MIT License
4.68k stars 744 forks source link

Feature Enhancement: Implement An Authentication Mechanism for Enhanced Security. #36

Open kmfb opened 7 months ago

kmfb commented 7 months ago

As the project relies on Next.js as its primary technology, deploying it on Vercel seems like a natural fit. However, we need to address some concerns, specifically regarding authentication. To prevent unauthorized access, we should implement authentication measures. One possible solution is to add an authentication code as an environment variable. If you’re short on time, I’m more than happy to contribute to this effort. I can submit a pull request to implement a simple authentication mode.

developersdigest commented 6 months ago

Thanks - I have been busy. I do have a supabase integration I have on the shelf that I can integrate as an option if there is interest. What authenication provider did you have in mind?