honojs / website

Repository for hono.dev
https://hono.dev
68 stars 208 forks source link

JWT Middleware Auth Header #394

Closed NicoPlyley closed 1 week ago

NicoPlyley commented 2 weeks ago

Related to an issue someone brought up in discussions. We should specify that the authorization header needs to be prepended with a specified scheme like Bearer, since the middleware requires there to be a space in the header.

I will submit a PR later