-
See: https://github.com/flosse/rust-web-framework-comparison#frontend-frameworks-wasm
We can support `yew` first.
@hackerchai @PsiACE can we make a middleware to support it?
BTW, for the Casb…
-
Casbin dashboard has a page for models. We want to check whether the user has written a correct Casbin model or not. If it has syntax error, we want to prompt the error line and error reason. Just lik…
-
项目安排
- [x] 登录注册
- [x] 菜单管理
- [x] 角色管理
- [x] 角色权限
- [x] 用户管理
- [x] 操作日志
- [x] 服务注册发现
- [x] 字典功能
- [x] 三方登录管理
- [x] 全面支持 K8s
- [x] 服务监控
- [x] 日志收集
- [x] JWT黑名单
- [x] 定时任务
- [x] 消息队列
- …
-
The frontend code (package.json dependencies, app.js, css, etc.) in this repo is buggy
It should mirror the frontend code framework from Casibase: https://github.com/casbin/casibase
-
We usually use casbin-rs in a web server, that is when a request comes in, a middleware or controller asks casbin whether it's authenticated. A common situation is that we also have a frontend ui that…
-
The web frontend has a nice UI for managing users, but most of the functionality is not implemented on the backend
ToDo:
- [ ] List users with their access level (admin, operator) (backend)
- [ …
-
# Summary
The current model of RBAC leans heavily on Kubernetes RBAC, so is easy to make secure, but may not scale well.
Consider the situation where you have 1000s teams and 1000s namespace. A…
-
Ideas for an access control system based on RBAC:
Relationships:
User nm Role nm Permission
Maybe User nm Permission aswell?
Role:
Name
Description
Level
Permission:
Name
…
belst updated
4 years ago
-
- [ ] fix aws lambda docs:
- [ ] using with .mjs
- [ ] the docs say to create a POST request handler, but thats not true, we need to create an ANY request handler
- [x] in nextjs, getServerSideP…
-
# Support for Permissions (Access Control) in Wasp
## Motivation
When developing web apps, developers almost always need to implement some kind of access control, where they authenticate users/a…