Better docs, bug fixes, and config structure

The project now uses a more sensible config structure to allow for
actual defaults. Passport now has NO reliance on javascript whatsoever,
and can be used identically without javascript enabled.
This commit is contained in:
Zoe
2025-04-09 04:48:38 -05:00
parent 4d7233f32c
commit bf466b26ac
8 changed files with 174 additions and 81 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/juls0730/passport
go 1.23.2
require (
github.com/caarlos0/env/v11 v11.3.1 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/gofiber/schema v1.2.0 // indirect
github.com/mailgun/raymond/v2 v2.0.48 // indirect