Version Packages (#1018)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1019/head @hono/oidc-auth@1.5.0
parent
87be440009
commit
b810c64c3d
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/oidc-auth': minor
|
||||
---
|
||||
|
||||
Add initOidcAuthMiddleware() and avoid mutating environment variables
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/oidc-auth
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#980](https://github.com/honojs/middleware/pull/980) [`87be44000987c41209fbb79c1a0c95dcf31fadfa`](https://github.com/honojs/middleware/commit/87be44000987c41209fbb79c1a0c95dcf31fadfa) Thanks [@rajsite](https://github.com/rajsite)! - Add initOidcAuthMiddleware() and avoid mutating environment variables
|
||||
|
||||
## 1.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/oidc-auth",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"description": "OpenID Connect Authentication middleware for Hono",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue