GoDoxy/internal/api/v1/auth
Yuzerion 80bc018a7f
feat: custom json marshaling implementation, replace json and yaml library (#89)
* chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic

* fix: yaml unmarshal panic

* feat: custom json marshaler implementation

* chore: fix import and err marshal handling

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-04-16 15:02:11 +08:00
..
auth.go api: add DEBUG_DISABLE_AUTH for debugging 2025-03-28 07:39:26 +08:00
block_page.go auth: implement block page on invalid credentials 2025-03-28 07:39:26 +08:00
block_page.html auth: implement block page on invalid credentials 2025-03-28 07:39:26 +08:00
oidc.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
oidc_test.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
provider.go feat: oidc support OIDC_LOGOUT_URL 2025-01-24 00:34:50 +08:00
userpass.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
userpass_test.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
utils.go feat: update cookie security settings to use API_JWT_SECURE environment variable 2025-03-28 08:51:45 +08:00