@authapex/nestjs
v0.2.0
Published
A NestJs authentification library for AuthApex platform.
Downloads
326
Readme
AuthApex NestJS
A NestJS authentification library for AuthApex platform.
Libraries used
- axios
- nestjs
- express
- date-fns
- nanoid
How to use
The library requires the following environment variables:
APP_NAME=sample-app
APP_URL=http://127.0.0.1:5173
JWT_SECRET=123456789
JWT_EXPIRES_IN=7dOptionally, you can set the following environment variables:
DEVELOPMENT=true
AUTH_URL=https://id.authapex.net
AUTH_API_KEY=123456789