Tag: authentication
All the articles with the tag "authentication".
-
Integrating multi-user Assistants using the latest OpenAI API
Updated:In this article, I'll be sharing my experience with integrating multi-user assistants with OpenAI API. This will include building the UI components for the user Assistant, including some functionality to allow deletion of all Assistant related data/files and going over file uploads and how to handle them in the Assistant.
-
Integrating Next-Auth in a Streaming AI Chat Assistant Using Material-UI
This guide covers the step-by-step process of integrating next-auth for authentication in a Next.js project, using Material-UI for styling. It includes acquiring OAuth credentials from GitHub and Google, configuring environment variables, setting up authentication providers, and implementing Material-UI components for a responsive user interface.
Athrael.net