You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/api/auth
veypi c84859a034 feat(cfg): Add user creation hook
- Add `OnUserCreate` hook variable in `cfg/cfg.go` for custom callbacks
    - Invoke `OnUserCreate` after successful user registration in `api/auth/register.go`
    - Log warning when user creation hook fails
11 hours ago
..
init.go feat(api/auth): Add batch query user API 2 weeks ago
login.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
me.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 2 months ago
register.go feat(cfg): Add user creation hook 11 hours ago
search_users.go feat(api/auth): Add batch query user API 2 weeks ago
thirdparty.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago