19 lines
331 B
Markdown
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
|
|
```
|