feat: begin working on user auth
This commit is contained in:
parent
8429b19c4a
commit
bf02015dc7
11 changed files with 562 additions and 118 deletions
|
|
@ -4,7 +4,7 @@
|
|||
// disable debug logging if the `HEADPLANE_DEBUG_LOG` specifies as such.
|
||||
|
||||
const levels = ['info', 'warn', 'error', 'debug'] as const;
|
||||
type Category = 'server' | 'config' | 'agent' | 'api';
|
||||
type Category = 'server' | 'config' | 'agent' | 'api' | 'auth';
|
||||
|
||||
export interface Logger
|
||||
extends Record<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue