diff options
Diffstat (limited to 'bonafide/README.rst')
-rw-r--r-- | bonafide/README.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bonafide/README.rst b/bonafide/README.rst index 510dc28e..af560165 100644 --- a/bonafide/README.rst +++ b/bonafide/README.rst @@ -1,6 +1,15 @@ Bonafide --------- +======== Secure user registration, authentication, and provider discovery for the LEAP applications. https://leap.se/en/docs/design/bonafide + +Using +----- +This is still in development. To play with it, create a virtualenv, and run:: + python setup.py development + +from the parent folder. + +Then you can use `bonafide_cli`. |