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