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

Folders and files

NameName
Last commit message
Last commit date
Jul 4, 2017
Jul 4, 2017
Jul 4, 2017
Jun 29, 2017
Jun 24, 2017
Jun 24, 2017
Jun 24, 2017
Jul 3, 2017
Jul 1, 2017
Jun 24, 2017
Jul 1, 2017
Jun 24, 2017

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.