Byond Authentication Bridge
OIDC Provider that integrates with BYOND's DMCGI feature to allow authentication with BYOND credentials For client registration for the instance run at https://bab.alexkar598.dev, see https://forms.gle/TY5AyaiuMYFZ272r8
How to self host(for testing), more or less
- npm install
- patch callback.ts to not require the private dependency
- enable test mode in the config
- npm run generateDbClient
- npm run devUpdateDb
- npm run start