mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
reworked authentication and permission handling
This commit is contained in:
@@ -14,6 +14,8 @@ export type ServerEnv = {
|
||||
auth_resolved: boolean;
|
||||
// to only register once
|
||||
auth_registered: boolean;
|
||||
// whether or not to bypass auth
|
||||
auth_skip: boolean;
|
||||
html?: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user