feat: production hardening - CORS whitelist, strong password, tokenVersion revoke, VIP card hashing, admin secret
This commit is contained in:
@@ -12,6 +12,7 @@ export interface JwtPayload {
|
||||
email: string;
|
||||
isVip: boolean;
|
||||
vipLevel: number;
|
||||
tokenVersion: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user