No description
Find a file
2024-12-28 13:09:27 -05:00
public Ability to change password; Sim time on dashboard 2024-12-28 13:09:27 -05:00
views Ability to change password; Sim time on dashboard 2024-12-28 13:09:27 -05:00
.gitignore Ability to change password; Sim time on dashboard 2024-12-28 13:09:27 -05:00
bun.lockb Changed discord usernames to id as they are permanent unlike username which can be changed 2024-12-24 17:34:23 -05:00
index.js Ability to change password; Sim time on dashboard 2024-12-28 13:09:27 -05:00
package.json Ability to change password; Sim time on dashboard 2024-12-28 13:09:27 -05:00
README.md Ability to change password; Sim time on dashboard 2024-12-28 13:09:27 -05:00
status.json Ability to change password; Sim time on dashboard 2024-12-28 13:09:27 -05:00
tsconfig.json Initial commit 2024-12-24 13:56:06 -05:00

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.