@hilma/auth-mongo-nest
v2.0.0
Published
Hilma's Auth library (Server With Mongo)
Downloads
785
Readme
@hilma/auth-mongo-nest
This is the NestJS + MongoDB version of Hilma's Auth library. It contains the building blocks for authentication and authorization in a server-side NestJS application.
See @hilma/auth-nest
for the TypeORM and SQL version.
Installation
Make sure you have mongoose
installed:
npm install mongoose
Install the actual package:
npm install @hilma/auth-mongo-nest
Getting started
See the getting started guide in the Hilma Auth docs.
API reference
See the API reference in the Hilma Auth docs.