Files
releases/docs/website/content/integrations/nodejs-express.md
T
Charlie Egan 35da78715d docs: Validate ecosystem keys (#6522)
At the moment we have some entries with . chars in their ids, this makes
the hugo page look up break, so now these are validated to be
sausage-case-values.

Signed-off-by: Charlie Egan <charlie@styra.com>
2024-01-11 13:42:43 +00:00

714 B

title, labels, code, inventors, software, docs_features
title labels code inventors software docs_features
NodeJS express
category layer
application network
https://github.com/build-security/opa-express-middleware
build-security
nodejsexpress
rest-api-integration
note
This project provides a middleware that can query an OPA server for policy decisions. See the project's [README](https://github.com/build-security/opa-express-middleware#simple-usage) for a js simple example.

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. OPA can be used to implement authorization policies for APIs used in the express framework.