Version Packages (#1002)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>pull/1004/head @hono/cloudflare-access@0.3.0
parent
69c3983d20
commit
7007f19734
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/cloudflare-access': minor
|
||||
---
|
||||
|
||||
Add support to read JWT from Cookie
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/cloudflare-access
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1001](https://github.com/honojs/middleware/pull/1001) [`69c3983d2073cbcaa45ecf8eb635bcd16dd36218`](https://github.com/honojs/middleware/commit/69c3983d2073cbcaa45ecf8eb635bcd16dd36218) Thanks [@JoaquinGimenez1](https://github.com/JoaquinGimenez1)! - Add support to read JWT from Cookie
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/cloudflare-access",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "A third-party Cloudflare Access auth middleware for Hono",
|
||||
"type": "module",
|
||||
"module": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue