Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @codepilotsf It's a quick response. I think we can do something you said with JSX Renderer Middleware (or using the layouts in context directly). It does not depend on...

@codepilotsf I previously created the PoC for creating a SPA app with HTMX. It follows the same method discussed in this issue. You can check it! https://github.com/yusukebe/htmx-spa

Hi @cd-slash ! Thank you for your proposal. It looks good. It's OK to go with it, but we have things to consider. * It's good to make it "Middleware"....

Hi @catnaut Is this ready for review?

@catnaut Thanks! Hi @divyam234, Sorry to bother you. Can you review this?

Hi @sugar-cat7 ! Sorry for the delayed response. I didin't know the Casbin, but looks good. I have questions, though I may not understand your intention perfectly. Does the `defaultCheckPermission`...

Hi @sugar-cat7 Thank you for the response! I understood the purpose of Casbin well thanks to your explanation. > Therefore, it is meant to be used in conjunction with authentication...

Hi @sugar-cat7 Thank you for your explanation! Creating `basicAuthorizer` and `jwtAuthorizer` is good! > The `basicAuthorizer` now uses the [same logic as the original Hono implementation](https://github.com/honojs/hono/blob/8ba02273e829318d7f8797267f52229e531b8bd5/src/middleware/basic-auth/index.ts#L13-L33). (This is something I’d...

@sugar-cat7 Thanks! I've added some comments.

Sorry, I accidentally closed it.