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.
veypi ec47bcc192 refactor: Migrate auth to Vigo auth interface and simplify initialization
- Replace GetUserID/GetOrgID with VBaseAuth.UserID/OrgID methods across all APIs
- Integrate vigoauth.Auth interface into appAuth for standard auth methods
- Move AuthMiddleware to PermLogin method in auth package
- Add role management methods: GetRole, ListRoles, GrantRoles, RevokeRoles, ListUserRoles
- Update ListUserPermissions and ListResourceUsers to return vigoauth types
- Export Redis client in cfg package
- Simplify app initialization by separating vigo.New in cli/main.go
- Remove deprecated auth/middleware.go file
5 days ago
..
init.go feat: Restrict user APIs to admins and add public user search 7 days ago
login.go refactor: Rename Config to Global and simplify app initialization 5 days ago
me.go refactor: Migrate auth to Vigo auth interface and simplify initialization 5 days ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
register.go fix: Add input validation and OAuth client access control 7 days ago
search_users.go feat: Restrict user APIs to admins and add public user search 7 days ago
thirdparty.go refactor: Migrate auth to Vigo auth interface and simplify initialization 5 days ago