1.1.7 • Published 5 days ago

@unkey/hono v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 days ago

Check out the docs at unkey.dev/docs.

Here's just an example:

import { Hono } from "hono"
import { UnkeyContext, unkey } from "@unkey/hono";

const app = new Hono<{ Variables: { unkey: UnkeyContext } }>();

app.use("*", unkey());


app.get("/somewhere", (c) => {
  // access the unkey response here to get metadata of the key etc
  const ... = c.get("unkey")

  return c.text("yo")
})
``
1.1.7

5 days ago

1.1.6

9 days ago

1.1.5

2 months ago

1.1.4

2 months ago

1.1.3

2 months ago

1.1.1

2 months ago

1.1.2

2 months ago

1.1.0

3 months ago

1.0.0

3 months ago

0.11.1

3 months ago

0.11.0

4 months ago

0.10.8

4 months ago

0.10.7

4 months ago

0.10.6

4 months ago

0.10.5

5 months ago

0.10.4

5 months ago

0.10.3

6 months ago

0.10.2

6 months ago

0.10.1

7 months ago

0.10.0

7 months ago

0.9.9

7 months ago

0.9.9-canary.0

7 months ago