@argusjs/core
v0.1.5
Published
Core engine providing types, interfaces, and the authentication pipeline.
Readme
@argusjs/core
Core engine providing types, interfaces, and the authentication pipeline.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/coreUsage
import { Argus } from '@argusjs/core';
const argus = new Argus({ db, cache, hasher, token });
await argus.init();Docs
See the main documentation for full API reference and examples.
