An early-stage REST OAuth webservice for user authentication and group management, version 0.0.1. Designed to be deployed on Cloud Foundry with a REST API supporting multiple authentication providers (EveryAuth) and pluggable storage (MongoDB, CouchDB, MySQL). Currently in pre-release with limited working features including local storage, socket.io events, token-based authentication (to be replaced by OAuth2), and basic group management. Intended as a centralized auth service for multiple applications.
npm install usrNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create and start a usr server with local storage.
Use a mature alternative like Ory Hydra, Keycloak, or Auth0.
Do not rely on token auth for security; wait for OAuth2 release or use another library.
Check the source code for actual implementation.
npm install usr@0.0.1
Use import { createServer } from 'usr';No dependency data recorded yet.