Perlkonig / sqrlserver-python

Support library for server-side processing of SQRL requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Support library for server-side processing of SQRL requests

License:MIT License


Languages

Language:Python 100.0%