Hilma's Auth library (Server With Mongo)
npm install @hilma/auth-mongo-nestThis 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.
Make sure you have mongoose installed:
``bash`
npm install mongoose
Install the actual package:
`bash``
npm install @hilma/auth-mongo-nest
See the getting started guide in the Hilma Auth docs.
See the API reference in the Hilma Auth docs.