parent
7777562f64
commit
4d8389a8c7
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/oidc-auth': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Releasing first version
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @hono/oidc-auth
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
- [#372](https://github.com/honojs/middleware/pull/372) [`7777562f64d517d0764bc4732fde7edbff4ff537`](https://github.com/honojs/middleware/commit/7777562f64d517d0764bc4732fde7edbff4ff537) Thanks [@hnw](https://github.com/hnw)! - Releasing first version
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/oidc-auth",
|
"name": "@hono/oidc-auth",
|
||||||
"version": "0.0.0",
|
"version": "1.0.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",
|
||||||
|
|
Loading…
Reference in New Issue