v0.2.0 restructured and generalized to be more modular, added golang-jwt dependency

This commit is contained in:
2025-11-03 15:11:40 -05:00
parent 3a662862d7
commit 3471030edd
14 changed files with 760 additions and 482 deletions

3
go.mod
View File

@ -1,8 +1,9 @@
module auth
module github.com/lixenwraith/auth
go 1.25.3
require (
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.43.0
)