parent
b71d817f71
commit
c9d96ee6c2
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/cloudflare-access': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Handle Access organization does not exist and Access not available cases
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/cloudflare-access
|
# @hono/cloudflare-access
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#898](https://github.com/honojs/middleware/pull/898) [`b71d817f7108393e07969ab814c26ec8eef759c0`](https://github.com/honojs/middleware/commit/b71d817f7108393e07969ab814c26ec8eef759c0) Thanks [@G4brym](https://github.com/G4brym)! - Handle Access organization does not exist and Access not available cases
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/cloudflare-access",
|
"name": "@hono/cloudflare-access",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "A third-party Cloudflare Access auth middleware for Hono",
|
"description": "A third-party Cloudflare Access auth middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue