nexus/server
Jason 3860812323 feat: add auth.disableSignUp config option
- Added disableSignUp to authConfigSchema in config-schema.ts
- Added authDisableSignUp to Config interface
- Added parsing from PAPERCLIP_AUTH_DISABLE_SIGN_UP env or config file
- Passed to better-auth emailAndPassword.disableSignUp

When true, blocks new user registrations on public instances.
Defaults to false (backward compatible).

Fixes #241
2026-03-08 09:38:32 +08:00
..
src feat: add auth.disableSignUp config option 2026-03-08 09:38:32 +08:00
CHANGELOG.md chore: release v0.2.7 2026-03-04 14:51:33 -06:00
package.json Remove legacy OpenClaw adapter and keep gateway-only flow 2026-03-07 18:50:25 -06:00
tsconfig.json feat: integrate Changesets for multi-package npm publishing 2026-03-03 14:46:16 -06:00
vitest.config.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00