issues
search
hhstore
/
blog
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
295
stars
24
forks
source link
Rust : with Casbin
#365
Open
hhstore
opened
2 years ago
hhstore
commented
2 years ago
related:
[x] #139
[x] #140
hhstore
commented
2 years ago
Rust + Casbin 设计权限系统:
上面2篇, 是2年前, 做权限系统设计方案的时候. 调研的方案.
包括 casbin.
casbin 2年多, 发展非常好. 已经非常完善了. 可喜可贺.
casbin 也基本上成为权限设计方案领域的事实上的标准.
目前 casbin 对 rust 的支持, 算是可用阶段. (不如 go 完善)
官方:
https://casbin.org/docs/zh-CN/tutorials
docs:
https://www.zupzup.org/rust-casbin-example/
https://dev.to/smrpn/how-to-use-casbin-authorization-in-your-rust-web-app-part-1-4f8f
https://dev.to/smrpn/how-to-use-casbin-authorization-in-your-rust-web-app-part-2-1bnm
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
related: