Implemented actual authentication guards, began implementing main login user flows

This commit is contained in:
2025-10-19 19:27:48 -04:00
parent e6016a19bb
commit 5d7ebd2136
12 changed files with 237 additions and 80 deletions

View File

@@ -1,4 +1,3 @@
// const pool = require('../db');
import pool from '../db';
export interface CalendarEvent {