
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
mwp-auth-plugin
Advanced tools
Authentication and authorization through the Meetup API is part of every web platform application, and is handled invisibly by the platform server - the consumer apps do not need to know anything about how their API requests are authenticated. It is a cookie-based auth system, so the server is responsible for reading and writing the relevant cookies from/to the browser client with every request.
Once the 'mwp-auth'
scheme is registered with the server, it must be applied
as a server.auth.strategy
, which happens when the server starts in the
server
function of the mwp-app-server
package.
The 'mwp-auth'
scheme provides an authenticate
function that reads auth info
from each request and supplies fallback values when necessary.
Once processed by mwp-auth
, the request will have auth credentials stored in
request.auth.credentials
:
{
"memberCookie": string,
"csrfToken": string
}
These values can be used when making API requests - the CSRF token must be
supplied as a MEETUP_CSRF
cookie as well as a csrf-token
header, and the
member cookie string must be supplied as a MEETUP_MEMBER
cookie.
FAQs
Hapi plugin providing user authentication for MWP apps
The npm package mwp-auth-plugin receives a total of 82 weekly downloads. As such, mwp-auth-plugin popularity was classified as not popular.
We found that mwp-auth-plugin 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.