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
..
add_member.go fix(auth): Fix permission logic and add org member API 1 week ago
create.go refactor: Migrate auth to Vigo auth interface and simplify initialization 5 days ago
del.go upgrade new version 1 week ago
get.go upgrade new version 1 week ago
init.go test: improve test stability and documentation 1 week ago
list.go fix: 修复路由和页面加载问题 1 week ago
member.go fix bug 1 week ago
patch.go upgrade new version 1 week ago
tree.go upgrade new version 1 week ago