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
..
create.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
del.go upgrade new version 1 week ago
get.go refactor: Migrate auth to Vigo auth interface and simplify initialization 5 days ago
init.go feat: Restrict user APIs to admins and add public user search 7 days ago
list.go fix bug 1 week ago
patch.go refactor: Migrate auth to Vigo auth interface and simplify initialization 5 days ago
permissions.go feat: 添加角色管理模块(API + UI) 1 week ago
roles.go feat: 添加角色管理模块(API + UI) 1 week ago
status.go upgrade new version 1 week ago