Working User Authorization Flow
This commit is contained in:
@@ -3,6 +3,7 @@ import { engine, PORT } from "./constants";
|
||||
|
||||
Bun.serve({
|
||||
port: PORT,
|
||||
websocket: engine.handler().websocket,
|
||||
fetch: (req, server) => {
|
||||
const url = new URL(req.url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user