Working User Authorization Flow

This commit is contained in:
2026-01-26 15:56:10 -06:00
parent 8ee7dc15e5
commit 4524c0258a
8 changed files with 57 additions and 9 deletions
+1
View File
@@ -50,6 +50,7 @@ export const msalClient = new msal.ConfidentialClientApplication(msalConfig);
// Socket.io
const io = new Server();
const authIO = io.of("/auth_callback");
const engine = new Engine();
io.bind(engine);