WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/workflows/authsignal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Authsignal Server Python SDK
<img width="1070" alt="Authsignal" src="https://raw.githubusercontent.com/authsignal/authsignal-python/main/.github/images/authsignal.png">

[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.
# Authsignal Python SDK

The Authsignal Python library for server-side applications.

## Installation

Expand All @@ -18,6 +20,4 @@ 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.
Refer to our [SDK documentation](https://docs.authsignal.com/sdks/server) for information on how to use this SDK.
Loading