mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +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