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 HTT
Go to file
Russ Magee 0c8503894d Added module support
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-11-10 20:32:06 -08:00
internal/termmode Initial commit 2020-09-08 21:19:00 -07:00
lpasswd Initial commit 2020-09-08 21:19:00 -07:00
CODE_OF_CONDUCT.md Added license & cc files 2020-09-08 21:19:54 -07:00
LICENSE.mit Added license & cc files 2020-09-08 21:19:54 -07:00
README.md Added README.md 2020-09-08 23:07:29 -07:00
go.mod Added module support 2020-11-10 20:32:06 -08:00
go.sum Added module support 2020-11-10 20:32:06 -08:00
lpasswd.go Initial commit 2020-09-08 21:19:00 -07:00
lpasswd_test.go Renamed test file 2020-09-08 23:59:45 -07:00

README.md

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.