diff --git a/.changeset/gorgeous-berries-float.md b/.changeset/gorgeous-berries-float.md deleted file mode 100644 index 91fe961ac..000000000 --- a/.changeset/gorgeous-berries-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -define custom scope, access oauth response and set custom session claims diff --git a/.changeset/kind-dolphins-itch.md b/.changeset/kind-dolphins-itch.md deleted file mode 100644 index c3cd14d67..000000000 --- a/.changeset/kind-dolphins-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Optionally restrict cookie path with new envvar OIDC_COOKIE_PATH diff --git a/.changeset/odd-islands-act.md b/.changeset/odd-islands-act.md deleted file mode 100644 index 7197d5410..000000000 --- a/.changeset/odd-islands-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Restrict path of callback cookies to pathname of OIDC_REDIRECT_URI diff --git a/packages/oidc-auth/CHANGELOG.md b/packages/oidc-auth/CHANGELOG.md index ac2a78ea7..752331941 100644 --- a/packages/oidc-auth/CHANGELOG.md +++ b/packages/oidc-auth/CHANGELOG.md @@ -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 diff --git a/packages/oidc-auth/package.json b/packages/oidc-auth/package.json index e8b424ef4..42d9bd6e2 100644 --- a/packages/oidc-auth/package.json +++ b/packages/oidc-auth/package.json @@ -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",