diff options
| author | Andrew Lee <andrew@alee14.me> | 2024-12-28 13:09:27 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2024-12-28 13:09:27 -0500 |
| commit | b2748a5c55255014d5d5ea02fec38c4125e08e25 (patch) | |
| tree | bd83292e4eb5be716ed32d92bf8d9e0fd2138616 /README.md | |
| parent | 39cbc8c286227eca935248ad9237d66fa6f45f6e (diff) | |
| download | freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.gz freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.bz2 freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.zip | |
Ability to change password; Sim time on dashboard
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # bnbso-auth -Web authentication for bnbSO (registering accounts, resetting passwords, changing passwords) using Discord authentication. Designed for FreeSO-based servers. +Web authentication for bnbSO (registering accounts, changing passwords) using Discord authentication. Designed for FreeSO-based servers. To install dependencies: @@ -10,7 +10,7 @@ bun install To run: ```bash -bun run index.ts +bun run index.js ``` This project was created using `bun init` in bun v1.1.38. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. |
