@argusjs/server
v0.1.5
Published
Fastify REST API server with 60+ authentication endpoints.
Downloads
419
Readme
@argusjs/server
Fastify REST API server with 60+ authentication endpoints.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/serverUsage
import { createApp } from '@argusjs/server';
const app = await createApp({ argus });
await app.listen({ port: 3100 });Docs
See the main documentation for full API reference and examples.
