Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@near-js/biometric-ed25519
Advanced tools
@near-js/biometric-ed25519 package contains interfaces to assist the implementation of biometric driven web3 authentication.
The easiest way to use NEAR Web 3 Authentication is to install the biometric-ed25519
package from the NPM registry.
# Using Yarn
yarn add @near-js/biometric-ed25519
# Using NPM.
npm install @near-js/biometric-ed25519
Then in your dApp:
import { createKey, getKeys } from "@near-js/biometric-ed25519";
// To register with userName
const key = await createKey(userName);
// To retrieve keys with userName
const keys = await getKeys(userName);
As the nature of Elliptic Curve crypto, getKeys
return with two possible public key pairs. In order to select the correct public key pair out of two pairs, it is essential to implement a logic to preserve the public key pair created from createKey
and retrieve them after calling getKeys
and find the right one among the two.
Check if given user name exist against RPC endpoint.
User creates an authentication to browser using biometric finger print with desire user name. (by calling createKey
)
Use public key from step 2 to create a near account with given user name.
When user come back to authenticate, use getKeys
to retrieve two possible public key pairs.
Create near connection with user name
Retrieve list of access keys and check if one of public key pairs exist in the list.
If exist one is found, it should be used to make the authentication.
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for details.
FAQs
JavaScript library to handle webauthn and biometric keys
The npm package @near-js/biometric-ed25519 receives a total of 118 weekly downloads. As such, @near-js/biometric-ed25519 popularity was classified as not popular.
We found that @near-js/biometric-ed25519 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.