parent
2f716d619d
commit
3d1cdd7c98
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/oidc-auth': minor
|
||||
---
|
||||
|
||||
Add support for absolute path in OIDC_REDIRECT_URI and set its default value to '/callback'
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue