A simple and lightweight Python package for handling JWT (JSON Web Token) operations with USSO (Unified Single Sign-On).
Project description
USSO-Client
The USSO-Client provides a universal single sign-on (SSO) integration for microservices, making it easy to add secure, scalable authentication across different frameworks. This client simplifies the process of connecting any microservice to the USSO service.
Features
- Core SSO Integration: Use the USSO core client for basic SSO functionality across any Python application.
- Framework-Specific Modules:
- FastAPI Integration: Specialized support for FastAPI applications, enabling async authentication mechanisms tailored to FastAPI's event loop.
- Django Integration (Coming soon): Customizable Django authentication backend that integrates seamlessly with Django's user management and middleware architecture.
Installation
Install the USSO client using pip:
pip install usso
To add framework-specific support, use the following commands:
For FastAPI:
pip install "usso[fastapi]"
For Django:
pip install "usso[django]"
Quick Start
Follow the quick start guides in the documentation to integrate USSO in your application.
Contributing
Contributions are welcome! See CONTRIBUTING.md for more details on how to get involved.
License
Distributed under the MIT License. See LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file usso_jwt-0.1.0.tar.gz.
File metadata
- Download URL: usso_jwt-0.1.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3b6625ed65333283e5c848c9c2b69926e6039b22fc13ff7ccbd9c7045533200
|
|
| MD5 |
a6a254eb63b72f97ef609053f3d10059
|
|
| BLAKE2b-256 |
68c9830fc8193e3c320bd775a0c5b7799fe40995b02e3ee11ca9e140169a7abe
|
File details
Details for the file usso_jwt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: usso_jwt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82111bffe382dbc77120852216afe0b8c9dd7bec69f298cd99774407b2eb004a
|
|
| MD5 |
253cd70c1e7c088dc62abaf50890f185
|
|
| BLAKE2b-256 |
9cb5df37554cd75bd5c5a24c6c288220a51ab9ef46c748450fabd4cfc2f98b7e
|