Last updated
Last updated
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.
Basic Installation:
Install Omni-Authify using pip:
Python 3.8+
pip 24.3.1+
requests: requests>=2.32.3
Django: Django>=4.2, <=5.1.3
Django REST Framework: djangorestframework>=3.12.3, <=3.15.2
Flask: Flask>=3.0.0
FastAPI: fastapi>=0.115.0
Omni-Authify supports multiple providers, including Facebook, Instagram, and Google. Each provider requires specific credentials to get started.
🌟 [More Provider Configurations Coming Soon...]
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.