Changeset 0.9.4 (#54)

This commit is contained in:
2026-02-24 10:44:12 +00:00
parent 90021157e6
commit 5e416d3726
26 changed files with 1333 additions and 108 deletions

View File

@@ -26,7 +26,7 @@ func testConfig() *config.Config {
// testAuthHandler creates an AuthHandler with nil stores (safe for non-DB tests).
func testAuthHandler() *AuthHandler {
return NewAuthHandler(testConfig(), store.Stores{})
return NewAuthHandler(testConfig(), store.Stores{}, nil)
}
// ── JWT Token Tests ─────────────────────────