An example application of integrating Cerbos with an Express server.
- Try online with the Cerbos playground
- Explore demo repositories
- Read the documentation
- Subscribe to our newsletter
- Join the community on Slack
- Node.js
- Docker for running the Cerbos Policy Decision Point (PDP)
- Start up the Cerbos PDP instance docker container. This will be called by the express app to check authorization.
cd cerbos
./start.sh
- Install node dependencies
npm install
- Start the express server
npm run start