Skip to content

Commit

Permalink
Version Packages (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 26, 2024
1 parent 5675a5f commit 9db0780
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-berries-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-dolphins-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-islands-act.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/oidc-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-auth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9db0780

Please sign in to comment.