[Help Needed] Integrating JWT Auth, Scaler, and Drizzle ORM with Hono Open API Starter

Hey everyone! I’m working on a project using https://github.com/w3cj/hono-open-api-starter and I’m looking for some guidance on adding better user authentication and API point security. Right now, I want to integrate a custom user authentication system using JWTs for user login and authorization. I also need to secure specific API endpoints with the right permissions, ensuring only authorized users can access them. Additionally, I’m trying to integrate Scaler for performance and optimization, and I want to use Drizzle ORM for managing the database interactions. My goal is to have a robust, scalable, and secure backend with these tools. Has anyone successfully integrated better auth with this started Any advice on implementing Scaler for performance, or just general tips on improving auth and API security in a Hono-based project, would be greatly appreciated! Thanks in advance for your help! 🙏
GitHub
GitHub - w3cj/hono-open-api-starter: A starter template for buildin...
A starter template for building fully documented type-safe JSON APIs with Hono and Open API - w3cj/hono-open-api-starter
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?