const t = initTRPC.context<Context>().create();
const useAuthentication = t.middleware(({ next, ctx }) => {
const token = ctx.req.headers['authorization']
})
const t = initTRPC.context<Context>().create();
const useAuthentication = t.middleware(({ next, ctx }) => {
const token = ctx.req.headers['authorization']
})