Skip to content

Commit 10bab1f

Browse files
committed
log auth header
1 parent 849d176 commit 10bab1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/app/api/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { createMiddleware } from "hono/factory";
99
import { cookies } from "next/headers";
1010

1111
async function getAuth(c: Context) {
12+
console.log("auth header: ", c.req.header("authorization"));
1213
const authHeader = c.req.header("authorization")?.split(" ")[1];
1314

1415
let user;

0 commit comments

Comments
 (0)