blob: 044ac71ec8f3ff53a379dba98504a818ebdd6498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Bonafide
========
Bonafide is the protocol for secure user registration, authentication, and provider discovery for the LEAP
applications. See the `Bonafide`_ design docs.
This is a client implementation, written in python.
.. _`Bonafide`: https://leap.se/en/docs/design/bonafide
Using
-----
This is still in development. To play with it, create a virtualenv, and deploy
the package in development mode by running::
python setup.py develop
from the parent folder.
Then you can use `bonafide_cli2 -h` to see the available commands.
|