File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33Helper for spinning up MongoDB servers and clusters for testing.
44
5+ ## Requirements
6+
7+ Node.js >= 20.19.5, npm >= 11.6.0. Running as ` npx mongodb-runner ... `
8+ is typically the easiest way to install/run this tool.
9+
510## Example usage
611
712> Note: Version 5 of mongodb-runner is a full re-write. Many things work
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ production-ready or used in deployed applications.
66This OIDC provider does not provide any form of genuine authentication
77or authorization functionality.
88
9+ ## Requirements
10+
11+ Node.js >= 20.19.5, npm >= 11.6.0. Running as
12+ ` npx @mongodb-js/oidc-mock-provider ... ` is typically the easiest way
13+ to install/run this tool.
14+
915## CLI Options
1016
1117The OIDC Mock Provider can be configured using the following command-line options:
You can’t perform that action at this time.
0 commit comments