@hilma/auth-mongo-nest
v2.1.0
Published
Hilma's Auth library (Server With Mongo)
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 mongooseInstall the actual package:
npm install @hilma/auth-mongo-nestGetting started
See the getting started guide in the Hilma Auth docs.
API reference
See the API reference in the Hilma Auth docs.
