refactor user service methods, implement OIDC login and user management features, and enhance token handling

This commit is contained in:
2025-07-22 20:45:05 +08:00
parent f07200b0b9
commit cbe73121f2
17 changed files with 655 additions and 126 deletions

View File

@ -11,6 +11,7 @@ func Custom(c *app.RequestContext, status int, message string, data any) {
"message": message,
"data": data,
})
c.Abort()
}
func Ok(c *app.RequestContext, message string, data any) {