Skip to content

Commit

Permalink
feat: added Hono plugin (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Sep 14, 2024
1 parent 4025bf8 commit 4ebfa5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tableData/MiddlewareData/MiddlewareNodejsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ export const MiddlewareNodejsData = [
description:
"Authorization middleware that uses stateless JWT token to validate ACL rules using Casbin",
image: "/img/ecosystem/jwt.png",
},
{
title:
"[Hono](https://github.com/honojs/hono) ",
description:
"Fast, lightweight, built on Web Standards. via plugin: [@hono/casbin](https://github.com/honojs/middleware/tree/main/packages/casbin)",
image: "/img/ecosystem/hono.png",
},
].map((item) => {
return {
Expand Down
Binary file added static/img/ecosystem/hono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ebfa5a

Please sign in to comment.