Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 810 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 810 Bytes

Authsignal Server Python SDK

Authsignal provides passwordless step up authentication (Multi-factor Authentication - MFA) that can be placed anywhere within your application. Authsignal also provides a no-code fraud risk rules engine to manage when step up challenges are triggered.

Installation

Python 3

pip3 install authsignal

or install newest source directly from GitHub:

pip3 install git+https://github.com/authsignal/authsignal-python

Documentation

Check out our getting started guide for documentation on how to get up and running quickly.

Or browse the full documentation for the Python client.