We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849d176 commit 10bab1fCopy full SHA for 10bab1f
apps/web/app/api/utils.ts
@@ -9,6 +9,7 @@ import { createMiddleware } from "hono/factory";
9
import { cookies } from "next/headers";
10
11
async function getAuth(c: Context) {
12
+ console.log("auth header: ", c.req.header("authorization"));
13
const authHeader = c.req.header("authorization")?.split(" ")[1];
14
15
let user;
0 commit comments