A OIDC compatible auth system written in NodeJS. Based off of Kakious's AuthCore Projects
Find a file
2024-07-15 14:17:40 -04:00
src feat: implement mailer support 2024-07-15 14:17:40 -04:00
test feat: inital nestjs push 2024-07-14 20:25:52 -04:00
.eslintrc.js feat: inital nestjs push 2024-07-14 20:25:52 -04:00
.gitignore Initial commit 2024-07-15 00:12:11 +00:00
.prettierrc feat: inital nestjs push 2024-07-14 20:25:52 -04:00
nest-cli.json feat: inital nestjs push 2024-07-14 20:25:52 -04:00
package.json feat: implement mailer support 2024-07-15 14:17:40 -04:00
pnpm-lock.yaml feat: implement mailer support 2024-07-15 14:17:40 -04:00
README.md feat: implement mailer support 2024-07-15 14:17:40 -04:00
tsconfig.build.json feat: inital nestjs push 2024-07-14 20:25:52 -04:00
tsconfig.json feat: implement mailer support 2024-07-15 14:17:40 -04:00

Waterwolf Identity Solution

This is a re-imagination on how BOOP works with an optimized OAUTH 2.0 flow. This will hook into the existing user database to read usernames and passwords.

Installation

Use pnmp to install the required packages.

pnpm install

Usage

pnpm start