aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a092fcfc7d3e71b7b3b38b3d9f6a46224d0403e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# bnbso-auth
Web authentication for bnbSO (registering accounts, resetting passwords, changing passwords) using Discord authentication. Designed for FreeSO-based servers.

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.38. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.