Files
releases/docs/website/content/integrations/nodejs-express.md
T
Charlie Egan 1b052e18a8 Add page aliases for moved or renamed pages. (#6821)
https://github.com/open-policy-agent/opa/pull/6811

In the above PR, some pages were moved or renamed. This adds some aliases to those pages so that redirects are handled by Hugo correctly.

Signed-off-by: Charlie Egan <charlie@styra.com>
2024-06-17 10:24:27 +01:00

24 lines
764 B
Markdown

---
title: NodeJS Express (build-security)
labels:
category: application
layer: network
code:
- https://github.com/build-security/opa-express-middleware
inventors:
- build-security
software:
- javascript
docs_features:
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.
aliases:
- /softwares/nodejsexpress
---
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.