Socket
Socket
Sign inDemoInstall

authentication-factory

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authentication-factory

Implementation for Microsoft Oauth2 authentication


Maintainers
1

authentication-factory

License: MIT PyPI

Note: This is inital version of the factory with support of Microsoft OAuth2.0 only with Streamlit.

authentication-factory is a simple python implementation of authentication using below listed authentication mechanism.

  • Microsoft OAuth2.0

This extension helps to implement authentication solutions and provides login url, logout url and id token. These can be used in python web application like Streamlit, Flask etc.



Getting Started



Installation

pip install authentication-factory

Usage




Development Setup


Using virtualenv
python3 -m venv venv
source env/bin/activate
pip install .


Contributing


  1. Fork repo- https://github.com/shrivastava-v-ankit/authentication-factory.git
  2. Create your feature branch - git checkout -b feature/name
  3. Add Python test (pytest) and covrage report for new/changed feature.
  4. Commit your changes - git commit -am "Added name"
  5. Push to the branch - git push origin feature/name
  6. Create a new pull request

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