Now have a basic auth library for doing bcrypt auth.

This commit is contained in:
Zed A. Shaw 2025-06-27 12:02:05 -04:00
parent b0c4144987
commit eaaf309260
4 changed files with 69 additions and 29 deletions

2
go.mod
View file

@ -11,6 +11,7 @@ require (
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.28
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.39.0
)
require (
@ -95,7 +96,6 @@ require (
go.opentelemetry.io/otel v1.35.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.41.0 // indirect