Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

usso

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

usso

A plug-and-play client for integrating universal single sign-on (SSO) with Python frameworks, enabling secure and seamless authentication across microservices.

  • 0.26.1
  • Source
  • PyPI
  • Socket score

Maintainers
1

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-client

To add framework-specific support, use the following commands:

For FastAPI:

pip install "usso-client[fastapi]"

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc