mirror of
https://github.com/Alee14/bnbso-auth.git
synced 2025-01-22 02:31:48 -05:00
No description
public | ||
views | ||
.gitignore | ||
bun.lockb | ||
index.js | ||
package.json | ||
README.md | ||
status.json | ||
tsconfig.json |
bnbso-auth
Web authentication for bnbSO (registering accounts, changing passwords) using Discord authentication. Designed for FreeSO-based servers.
To install dependencies:
bun install
To run:
bun run index.js
This project was created using bun init
in bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.