Version Packages (#795)

pull/797/head @hono/oidc-auth@1.2.0
github-actions[bot] 2024-10-25 11:28:06 +09:00 committed by GitHub
parent 68eec9e2bc
commit 61a2fa4d6e
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
---
Optionally specify a custom cookie name using the OIDC_COOKIE_NAME environment variable (default is 'oidc-auth')

View File

@ -1,5 +1,11 @@
# @hono/oidc-auth # @hono/oidc-auth
## 1.2.0
### Minor Changes
- [#789](https://github.com/honojs/middleware/pull/789) [`68eec9e2bc9aedbf3d631a2c6a4c7f55417d661c`](https://github.com/honojs/middleware/commit/68eec9e2bc9aedbf3d631a2c6a4c7f55417d661c) Thanks [@maemaemae3](https://github.com/maemaemae3)! - Optionally specify a custom cookie name using the OIDC_COOKIE_NAME environment variable (default is 'oidc-auth')
## 1.1.0 ## 1.1.0
### Minor Changes ### Minor Changes

View File

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