dotneet / smart-chatbot-ui

An open source ChatGPT UI.

Home Page:https://smart-chatbot-ui.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Auth

KyleRobertsAI opened this issue · comments

Hi,

Can you give me some guidance on how to integrate the next auth service to work with AWS Cognito?

@QuickResolveAI

Please checkout and try feature/cognito-provider branch.
#40

Please ensure that the following environment variables are set in the .env.local file before running.

COGNITO_CLIENT_ID=
COGNITO_CLIENT_SECRET=
COGNITO_ISSUER=

Thank you for this 👍👌