Registry / auth-security / unpm-auth

unpm-auth

JSON →
library1.1.0jsnpmunverified

A plugin for unpm (unified package manager) that adds authentication endpoints, enabling user login, token management, and access control. Version 1.1.0 is the current stable release; the package is mature with minimal updates expected. It integrates directly with unpm's plugin system and provides HTTP-based auth (e.g., Bearer tokens). Unlike more active alternatives like Verdaccio, unpm-auth is tied to the unpm ecosystem and may lack modern auth flows.

npm install unpm-auth
INSTALL
IMPORT
SIG · UNPM-AUTH
U
unpm-auth
auth-securityjavascriptv1.1.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import auth from 'unpm-auth'
Default export is the plugin function.

Shows how to integrate unpm-auth as a plugin into an unpm server instance.

import unpm from 'unpm'; import auth from 'unpm-auth'; const server = unpm({ port: 1337 }); server.use(auth()); server.start(); console.log('unpm server with auth running on port 1337');
unpm --version
Debug
Known issues
gotchaunpm-auth is tightly coupled to unpm; it may not work with newer versions of unpm without updates.
fix
Check compatibility with your version of unpm before using.
affects: >=0.1.0
Errors
Common errors & fixes
Cannot find module 'unpm-auth'
Package not installed.
fix
npm install unpm-auth
Upgrade
Version history
1.1.0latest on npm
Audit
Dependencies
unpmrequiredpeer dependency: unpm is the host application requiring auth endpoints
Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
1
Resources
unpm-auth — npm install unpm-auth · libregistry