Version Packages (#929)

pull/931/head @hono/oidc-auth@1.4.0
github-actions[bot] 2025-01-09 12:17:00 +09:00 committed by GitHub
parent 2f716d619d
commit 3d1cdd7c98
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 support for absolute path in OIDC_REDIRECT_URI and set its default value to '/callback'

View File

@ -1,5 +1,11 @@
# @hono/oidc-auth
## 1.4.0
### Minor Changes
- [#926](https://github.com/honojs/middleware/pull/926) [`2f716d619d9e61df3f12427ef6cdebaf0888569e`](https://github.com/honojs/middleware/commit/2f716d619d9e61df3f12427ef6cdebaf0888569e) Thanks [@hnw](https://github.com/hnw)! - Add support for absolute path in OIDC_REDIRECT_URI and set its default value to '/callback'
## 1.3.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/oidc-auth",
"version": "1.3.0",
"version": "1.4.0",
"description": "OpenID Connect Authentication middleware for Hono",
"type": "module",
"main": "dist/index.js",