https://github.com/arnauld/fine-grained-authorization
fine-grained-authorization investigations
https://github.com/arnauld/fine-grained-authorization
Last synced: 4 days ago
JSON representation
fine-grained-authorization investigations
- Host: GitHub
- URL: https://github.com/arnauld/fine-grained-authorization
- Owner: Arnauld
- License: mit
- Created: 2023-02-22T18:30:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T17:31:14.000Z (over 3 years ago)
- Last Synced: 2025-02-28T05:34:27.601Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
== Dev. notes
== Generate doc
[source,shell]
....
$ docker run -it -v $(pwd)/docs/:/documents/ asciidoctor/docker-asciidoctor:1.39.0
....
[source,shell]
....
$ export DOC=fga
$ asciidoctor-pdf -v -t --trace -r asciidoctor-diagram -a pdf-theme=theme.yml \
$DOC/_all.adoc --out-file out/$DOC-"`date +"%Y%m%d_%H%M_%s"`".pdf
....
== Resources
Seminal Paper
* Annotated Zanzibar paper: https://zanzibar.tech/
* https://zanzibar.academy/
Misc
* https://authzed.com/blog/writing-relationships-to-spicedb/
* Quarkus
** https://developers.redhat.com/articles/2023/01/11/fine-grained-authorization-quarkus-microservices#quarkus_integration
Provider/Implementation
* Auth0 - OpenFGA - https://openfga.dev/
** https://github.com/openfga/openfga.dev
* Authzed - SpiceDB - https://authzed.com/docs
** https://github.com/authzed/spicedb
** https://github.com/authzed/awesome-spicedb
* Permify - https://permify.co/
** https://docs.permify.co/docs/getting-started/modeling