waterwolf-auth/README.md
2024-07-15 14:17:40 -04:00

19 lines
331 B
Markdown

## 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.
```bash
pnpm install
```
## Usage
```bash
pnpm start
```