Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
re-auth-api
Advanced tools
The API Wrapper for the Re-Auth API.
Re-Auth has been shut down. This package will no longer work. You can read more on our homepage.
A modern authentication system. Read more on our homepage.
To install, type this command in your console:
npm i re-auth-api
To create a new app, navigate to the Website, login/register, go to settings, enable Developer, go to Applications and create a new one. Copy the ID and the token. Then, you can setup Re-Auth like this:
const reAuth = require("re-auth-api");
let client = new reAuth()
.setID(id)
.setToken(token);
//wrapper for await
(async () => {
console.log(await client.getUser("<obtained secret>")); //if returned "Authorized!", you did everything right.
})()
To get informations about a certain application, you can use:
console.log(await new reAuth().getInfos("<applicationID>"))
If you like, you can check our API Documentation.
To get the secret, use:
https://auth.redcrafter07.de/auth/<YOUR ID>
Deny: redirect to your homepage URI
Accept: redirect to the redirectURI with ?secret=your secret
FAQs
The API Wrapper for the Re-Auth API!
The npm package re-auth-api receives a total of 0 weekly downloads. As such, re-auth-api popularity was classified as not popular.
We found that re-auth-api 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.