Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
cas-server-auth-json
Advanced tools
A simple authentication plugin for cas-server that uses a JSON credential store
This module provides a simple reference implementation of an authentication plugin for cas-server. The plugin reads a JSON file and uses the parsed data to validate credentials.
Example JSON data file:
{
"luser": {
"password": "123456",
"firstName": "Local",
"lastName": "User"
}
}
Keys on the parent object represent usernames. The only required property of a
user object is the password
property. Any other properties will be returned
as extra attributes in a CAS 3.0 service validation response.
When the plugin is initialized it can be passed a configuration object that specifies the data file:
{
credentialStore: '/path/to/data.json'
}
Note: the data file must have a .json
extention. Otherwise it will not be
parsed correctly. Also, if you do not supply a file the plugin will default
to using the included store.example.json file.
FAQs
A simple authentication plugin for cas-server that uses a JSON credential store
The npm package cas-server-auth-json receives a total of 4 weekly downloads. As such, cas-server-auth-json popularity was classified as not popular.
We found that cas-server-auth-json demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.