microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.15k stars 958 forks source link

Apple, Facebook, Google authentication #284

Open rimvel opened 5 months ago

rimvel commented 5 months ago

How do i add additional option for authorization with other providers like FB, Apple, Google? Now there is Github and MS only.

bwitzig-zen commented 5 months ago

Someone made a fork that has more auth options. https://anthonysimmon.com/your-own-private-chatgpt-with-azure-chat-and-openai-api/ https://github.com/asimmon/blugpt/pull/1/files

jimmylevell commented 5 months ago

The solution is powered by the nextjs framework, using next-auth for handling the authentication.

Within the file additional providers can be added (see next-auth documentation for further details).