Metadata-Version: 2.1
Name: authsignal
Version: 2.0.0
Summary: Authsignal Python SDK for Passwordless Step Up Authentication
Home-page: https://www.authsignal.com/
License: MIT
Author: justinsoong
Author-email: justinsoong@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyhumps (>=3.8.0,<4.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Documentation, https://docs.authsignal.com/
Project-URL: Repository, https://github.com/authsignal/authsignal-python
Description-Content-Type: text/markdown

# Authsignal Server Python SDK

[Authsignal](https://www.authsignal.com/?utm_source=github&utm_medium=python_sdk) 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

```bash
pip3 install authsignal
```

or install newest source directly from GitHub:

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

## Documentation

Check out our [getting started guide](https://docs.authsignal.com/api/server-api) for documentation on how to get up and running quickly.

Or browse the [full documentation](https://docs.authsignal.com/sdks/server/python) for the Python client.

