Omni-Authify is a Python library that makes it easy to add OAuth2 authentication to your applications. This documentation will guide you through installation, usage, and configuration.
📚 Table of Contents
📦 Installation Options 🛠️
Basic Installation:
Install Omni-Authify using pip:
pip install omni-authify[django] # for Django based projects
pip install omni-authify[drf] # for Django Rest framework base project
pip install omni-authify[fastapi] # for FastAPI based projects
pip install omni-authify[flask] # for Flask based projects
Omni-Authify makes adding OAuth2 authentication to your project a breeze. Follow the instructions above to integrate social logins into your app quickly and efficiently!
Omni-Authify is licensed under the MIT License. See the for details.