Skip to content

Commit 3d1cdd7

Browse files
Version Packages (#929)
1 parent 2f716d6 commit 3d1cdd7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/kind-cheetahs-give.md

-5
This file was deleted.

packages/oidc-auth/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/oidc-auth
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#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'
8+
39
## 1.3.0
410

511
### Minor Changes

packages/oidc-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/oidc-auth",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "OpenID Connect Authentication middleware for Hono",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)