https://github.com/ory/keto-node-express-example
A small example file sharing service that demonstrates how to consume Keto from a Node JS backend.
https://github.com/ory/keto-node-express-example
Last synced: 4 months ago
JSON representation
A small example file sharing service that demonstrates how to consume Keto from a Node JS backend.
- Host: GitHub
- URL: https://github.com/ory/keto-node-express-example
- Owner: ory
- Created: 2022-01-28T16:15:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T01:46:44.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:48:18.113Z (8 months ago)
- Language: Makefile
- Size: 40 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Keto Node JS Express Example
This example demonstrates how to integrate a Node.js backend with
[Ory Keto](https://github.com/ory/keto). It models a simple file-storage
service, based on the example from
[Ory Summit 21 Workshop: Design Complex Authorization with Ory Keto](https://github.com/zepatrik/ory-summit21-talk).