This may come with documentation but it would be useful to include some authorization examples I am currently struggling on how to include authorization with this stack, its probably a skill issue as I am unfamiliar with hono.
Has anyone incorporated anything yet?
I've tried using Clerk and Authjs and using these middlewares
This may come with documentation but it would be useful to include some authorization examples I am currently struggling on how to include authorization with this stack, its probably a skill issue as I am unfamiliar with hono.
Has anyone incorporated anything yet?
I've tried using Clerk and Authjs and using these middlewares
https://github.com/honojs/middleware/tree/main/packages/auth-js https://github.com/honojs/middleware/tree/main/packages/clerk-auth
I've also tried sending across the credentials in the hono cors and on the fetch itself