casbin / casbin-rs

An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
https://casbin.org
Apache License 2.0
823 stars 66 forks source link

make a book to demonstrate features #180

Open GopherJ opened 4 years ago

GopherJ commented 4 years ago

rhai made an online book which looks really useful. https://schungx.github.io/rhai, users will be able to print to file for offline usage.

PsiACE commented 4 years ago

mdbook is a good choice, and it is very convenient to deploy.

So what kind of content should we provide? Some simple examples or a real-world application.

hsluoyz commented 4 years ago

Why don't use our casbin website docs: https://casbin.org/docs/en/overview ?

GopherJ commented 4 years ago

@hsluoyz casbin.org can be used to show APIs. A book can be used to show practical rust examples of RBAC (with/without domain),ABAC,Adapters,Cache,Watcher,Logging etc and also how does it work,we will have more chances to show things without caring site looking.

GopherJ commented 4 years ago

@PsiACE This is low priority. Let's focus on raft first.

hsluoyz commented 4 years ago

OK.