Added README.md

This commit is contained in:
Russtopia 2020-09-08 23:07:29 -07:00
parent 10bdcf256f
commit 0d2ff84623
1 changed files with 3 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
Simple library to manage and verify logins against app-local or system accounts. Includes a simple CLI util to add/set user accounts to a local password file using bcrypt.
Typical uses include CLI login or HTTP basic authentication.