Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
cas-server-mock
Advanced tools
Really simple basic mock for Apereo CAS server. This should not be used in production environment, it is just for test purpose, nothing more.
npm install cas-server-mock
Start a fake CAS server with the following command:
npx cas-server-mock --port=3004 --database=/tmp/users.json
With:
Nb: If process is launched as a sub process it will send a message to its parent process when starting:
{status: 'started'}
The database user must be a simple JSON file containing an array of users. Each user must have a name property used to authenticate the user and a attributes property with as many properties as you want. Attributes values must be either Strings or Arrays.
[
{
"name": "user-id", // The id of the user to log with
"attributes": { // User attributes
"stringAttribute": "value",
"arrayAttribute": ["arrayValue"],
[...]
}
}
]
Maintainer: Veo-Labs
FAQs
Simple mock for Apereo CAS server
The npm package cas-server-mock receives a total of 3 weekly downloads. As such, cas-server-mock popularity was classified as not popular.
We found that cas-server-mock demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.