Version Packages (#1260)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1263/head @hono/oidc-auth@1.7.0
parent
6e4ee78e95
commit
69b704d97b
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/oidc-auth': minor
|
||||
---
|
||||
|
||||
Add OIDC_AUTH_EXTERNAL_URL to support reverse proxies
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/oidc-auth
|
||||
|
||||
## 1.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1248](https://github.com/honojs/middleware/pull/1248) [`6e4ee78e956d72a0f11bd70c56feb5e979fa46ad`](https://github.com/honojs/middleware/commit/6e4ee78e956d72a0f11bd70c56feb5e979fa46ad) Thanks [@hnw](https://github.com/hnw)! - Add OIDC_AUTH_EXTERNAL_URL to support reverse proxies
|
||||
|
||||
## 1.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/oidc-auth",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"description": "OpenID Connect Authentication middleware for Hono",
|
||||
"type": "module",
|
||||
"module": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue