Common functions for hashing passwords and setting login cookies. https://code.soquee.net/login/
Find a file
Sam Whited 4222ea8f74
login: create module and prepare for release
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>
2023-11-24 21:31:21 -05:00
go.mod login: create module and prepare for release 2023-11-24 21:31:21 -05:00
go.sum login: create module and prepare for release 2023-11-24 21:31:21 -05:00
LICENSE login: create module and prepare for release 2023-11-24 21:31:21 -05:00
login.go login: create module and prepare for release 2023-11-24 21:31:21 -05:00
login_test.go login: create module and prepare for release 2023-11-24 21:31:21 -05:00
README.md login: create module and prepare for release 2023-11-24 21:31:21 -05:00

login

Go Reference Issue Tracker

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.