waterwolf-oauth-core/README.md

20 lines
331 B
Markdown
Raw Normal View History

## 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
```