This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
honojs-middleware
mirror of
https://github.com/honojs/middleware.git
Watch
1
Star
0
Fork
You've already forked honojs-middleware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ff2c1cd2fc
honojs-middleware
/
packages
/
casbin
/
tsconfig.json
7 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
Introduce Casbin Middleware (#676) * feat: impl casbin middleware * fix: defaultCheckPermission logic * fix: divide authorizer * chore: testing and docs * fixed: hono version * fix: export and module resolution * fix: typo * docs: fix model * fix: conflict * fix: version
2024-09-09 20:56:28 +08:00
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"exactOptionalPropertyTypes"
:
true
build(casbin): lint published package (#1036)
2025-03-24 18:48:37 +08:00
}
Introduce Casbin Middleware (#676) * feat: impl casbin middleware * fix: defaultCheckPermission logic * fix: divide authorizer * chore: testing and docs * fixed: hono version * fix: export and module resolution * fix: typo * docs: fix model * fix: conflict * fix: version
2024-09-09 20:56:28 +08:00
}