feat: begin working on user auth

This commit is contained in:
Aarnav Tale 2025-03-29 14:12:15 -04:00
parent 8429b19c4a
commit bf02015dc7
No known key found for this signature in database
11 changed files with 562 additions and 118 deletions

View file

@ -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<