Skip to content

Support library for server-side processing of SQRL requests

License

Notifications You must be signed in to change notification settings

Perlkonig/sqrlserver-python

Repository files navigation

SQRL Server Library

This module supports Python-based web servers in processing SQRL requests. It only does the core protocol work. It leaves data representation, storage, and other platform-specific actions to the server.

Usage

Visit our ReadTheDocs.io page for the full documentation.

Installation

Eventually it will be available via PyPi:

pip install sqrlserver

For now, download and install manually:

python setup.py test
python setup.py install

Contribute

License

The project is licensed under the MIT licence.