Version Packages (#716)

pull/721/head @hono/oidc-auth@1.1.0
github-actions[bot] 2024-08-26 11:47:20 +09:00 committed by GitHub
parent 5675a5fc32
commit 9db07806c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 11 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/oidc-auth': minor
---
define custom scope, access oauth response and set custom session claims

View File

@ -1,5 +0,0 @@
---
'@hono/oidc-auth': minor
---
Optionally restrict cookie path with new envvar OIDC_COOKIE_PATH

View File

@ -1,5 +0,0 @@
---
'@hono/oidc-auth': minor
---
Restrict path of callback cookies to pathname of OIDC_REDIRECT_URI

View File

@ -1,5 +1,15 @@
# @hono/oidc-auth
## 1.1.0
### Minor Changes
- [#711](https://github.com/honojs/middleware/pull/711) [`5675a5fc323a007447f077b97273938baddba59c`](https://github.com/honojs/middleware/commit/5675a5fc323a007447f077b97273938baddba59c) Thanks [@ameinhardt](https://github.com/ameinhardt)! - define custom scope, access oauth response and set custom session claims
- [#709](https://github.com/honojs/middleware/pull/709) [`cd99b40177cc3eef706ab37d21f4351e86934cc6`](https://github.com/honojs/middleware/commit/cd99b40177cc3eef706ab37d21f4351e86934cc6) Thanks [@ameinhardt](https://github.com/ameinhardt)! - Optionally restrict cookie path with new envvar OIDC_COOKIE_PATH
- [#709](https://github.com/honojs/middleware/pull/709) [`cd99b40177cc3eef706ab37d21f4351e86934cc6`](https://github.com/honojs/middleware/commit/cd99b40177cc3eef706ab37d21f4351e86934cc6) Thanks [@ameinhardt](https://github.com/ameinhardt)! - Restrict path of callback cookies to pathname of OIDC_REDIRECT_URI
## 1.0.1
### Patch Changes

View File

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