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
github-actions[bot] 2025-06-25 08:02:48 +09:00 committed by GitHub
parent 6e4ee78e95
commit 69b704d97b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/oidc-auth': minor
---
Add OIDC_AUTH_EXTERNAL_URL to support reverse proxies

View File

@ -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

View File

@ -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",