mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 09:15:31 -06:00
1b052e18a8
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>
24 lines
764 B
Markdown
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.
|