0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/middleware
Yusuke Wada 2cfafe9642
fix(basic-auth): handle passing invalid value to atob() (#1122)
* fix(basic-auth): handle passing invalid value to `atob()`

* chore: denoify
2023-05-21 20:48:35 +09:00
..
basic-auth fix(basic-auth): handle passing invalid value to atob() (#1122) 2023-05-21 20:48:35 +09:00
bearer-auth feat: move http-exception out of utils (#883) 2023-02-11 18:05:50 +09:00
cache feat: env support enviroment variables for multi runtimes (#949) 2023-03-06 21:12:22 +09:00
compress refactor: support new @cloudflare/worker-types (#673) 2022-11-23 07:27:42 +09:00
cookie feat: Cookie Middleware and deprecate c.req.cookie() / c.cookie() (#1066) 2023-05-05 11:08:03 +09:00
cors fix(cors): fix bugs handling pre-flight (#792) 2023-01-09 00:30:53 +09:00
etag fix(etag): returns correct headers (#973) 2023-03-13 09:48:44 +09:00
html feat(handler): "schema" allow normal types (#700) 2022-12-10 16:37:14 +09:00
jsx fix(jsx): fix a jsx-runtime bug (#1070) 2023-05-05 10:46:49 +09:00
jwt feat(jwt): support for getting payload from c.get('jwtPayload') (#1025) 2023-03-31 18:39:26 +09:00
logger feat: Allow getPath to be replaced. (#1064) 2023-05-03 22:13:23 +09:00
powered-by feat(types): introduce CustomHandler interface (#637) 2022-11-01 00:07:56 +09:00
pretty-json feat(types): introduce CustomHandler interface (#637) 2022-11-01 00:07:56 +09:00