feat: add invite code system for closed alpha registration
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Client must find nonce where SHA256(challenge + nonce) has N leading zeros
|
||||
// Server-first: tries /pow/challenge endpoint, falls back to local generation
|
||||
|
||||
const POW_SERVER = 'https://pow.kashilo.com'
|
||||
export const POW_SERVER = 'https://pow.kashilo.com'
|
||||
const DIFFICULTY = 4
|
||||
const SERVER_TIMEOUT_MS = 1500
|
||||
|
||||
|
||||
Reference in New Issue
Block a user