Files
releases/docs/website/content/integrations/nodejs-express.md
T
Charlie Egan 9bf54788f5 [docs] Move OPA ecosystem pages to site top-level (#6198)
* We are having trouble managing the complexity of having ecosystem pages shown in the versioned area of the OPA docs site (see website: link ecosystem from edge #6170)
* We have invested in the OPA ecosystem data recently and it makes sense to make it more prominent.
* The data in the OPA Ecosystem is harder to use when nested in docs as some Hugo functions are unavailable to nested sections.

This PR implements a solution by:

* Pages that were under /docs/version/ecosystem, /docs/version/integrations etc have been moved to /ecosystem and /integrations.
* Redirects have been created for the old pages in the netlify config.

Signed-off-by: Charlie Egan <charlie@styra.com>
2023-08-31 09:36:51 +01:00

715 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.