LibAuth for Go - The modern authentication framework that feels as light as a library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
301 B

module git.rootprojects.org/root/libauth/examples
go 1.18
require (
git.rootprojects.org/root/dotenv v1.0.0
git.rootprojects.org/root/libauth v0.1.0
github.com/go-chi/chi/v5 v5.0.7
)
require (
git.rootprojects.org/root/keypairs v0.6.5 // indirect
github.com/joho/godotenv v1.3.0 // indirect
)