Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anil-matcha/gpt-actions
GPT Auth provides a user-friendly solution to quickly setup oauth for your custom GPT and self-host it.
https://github.com/anil-matcha/gpt-actions
authentication customgpt gpt gpt-3 gpt-action gpt-actions gpt-analytics gpt-auth gpt-monetize gpt-oauth gpt4 gpts langchain langchain-python llms monetize-gpt openai openai-api
Last synced: 3 months ago
JSON representation
GPT Auth provides a user-friendly solution to quickly setup oauth for your custom GPT and self-host it.
- Host: GitHub
- URL: https://github.com/anil-matcha/gpt-actions
- Owner: Anil-matcha
- Created: 2023-06-14T14:54:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:24:29.000Z (5 months ago)
- Last Synced: 2024-08-01T19:32:06.615Z (3 months ago)
- Topics: authentication, customgpt, gpt, gpt-3, gpt-action, gpt-actions, gpt-analytics, gpt-auth, gpt-monetize, gpt-oauth, gpt4, gpts, langchain, langchain-python, llms, monetize-gpt, openai, openai-api
- Language: JavaScript
- Homepage: https://www.gpt-auth.com/?utm_source=github&utm_medium=link&utm_campaign=github_gptauth
- Size: 41 KB
- Stars: 251
- Watchers: 6
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - GPT-Actions - GPT Auth provides a user-friendly solution to quickly setup oauth for your custom GPT and self-host it. (Langchain)
README
GPT Auth
Auth for your Custom GPT
**GPT Auth** provides a user-friendly solution to quickly setup oauth for your custom GPT and self-host it.
### Tutorial -> https://youtu.be/naJCyASboTk
## Key Features 🎯
- **Robust Security**: Tailored for Custom GPTs, ensuring protection against unauthorized access.
- **Access Control**: Effective monitoring and management of user access by GPT owners.
- **Easy Integration**: User-friendly setup, comprehensive guide, and intuitive dashboard.
- **Community & Support**: Access to a supportive community and dedicated developer support.
- **Interactive Demo & Documentation**: Hands-on demo and extensive documentation available.### Stack
- Next.js
- OpenAI
- Tailwind
- Flask
- Sqlalchemy### Run the project locally
Minimum requirements to run the projects locally
- Node.js v18
- OpenAI API Key
- Python3```shell
## Client
cd client
npm install
npm run build
npm start
## Server
cd ../server
pip install -r requirements.txt
python webserver.py
```Use ngrok to test on a https endpoint
### Hosted version of GPT Auth
If you don't want to setup locally and wish to use a hosted version, you can start from https://gpt-auth.thesamur.ai/
### Demo
Here is a demo chatgpt plugin built with GPT Auth to test the entire flow of the app https://chat.openai.com/g/g-xx7FJpizE-gpt-auth