Common functions for hashing passwords and setting login cookies.
https://code.soquee.net/login/
- Go 100%
All history in this repo prior to this commit was a subtree split out of an old project. This patch adds various documentation and helper files to prepare this package for its firest release as an independent module. Signed-off-by: Sam Whited <sam@samwhited.com> |
||
|---|---|---|
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| login.go | ||
| login_test.go | ||
| README.md | ||
login
The code.soquee.net/login module is a Go package used for hashing
passwords for storage in the database, and for setting and removing login
cookies.
import (
"code.soquee.net/login"
)
License
The package may be used under the terms of the BSD 2-Clause License a copy of
which may be found in the LICENSE file.
Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.