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/oauth/providers
veypi 3ea5499532 refactor(auth): Migrate to new vigo auth.Auth and Provider pattern
- Rename appAuth to vbaseProvider implementing auth.Provider interface
    - Replace auth.VBaseAuth with cfg.Auth (auth.Auth struct) for middleware
    - Add global cfg.Auth instance with SetProvider injection in init.go
    - Update all API handlers to use cfg.Auth.RequireXxx instead of PermXxx
    - Update tests to use cfg.Auth for permission checks
    - Remove Login/Perm methods from Provider (now in auth.Auth struct)
2 months ago
..
create.go refactor: Rename Config to Global and simplify app initialization 2 months ago
del.go refactor(api): Improve API parameter handling and add public info endpoint 2 months ago
get.go refactor(api): Improve API parameter handling and add public info endpoint 2 months ago
init.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
list.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 2 months ago
templates.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 2 months ago
update.go refactor(api): Improve API parameter handling and add public info endpoint 2 months ago