parent
c9f110d4e0
commit
5c0d4adf62
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/firebase-auth': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
added a new `verifySessionCookieFirebaseAuth` middleware to verify w/ session cookie.
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/firebase-auth
|
# @hono/firebase-auth
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#402](https://github.com/honojs/middleware/pull/402) [`c9f110d4e0d0f6079870fd8c91010832451cf0c8`](https://github.com/honojs/middleware/commit/c9f110d4e0d0f6079870fd8c91010832451cf0c8) Thanks [@Code-Hex](https://github.com/Code-Hex)! - added a new `verifySessionCookieFirebaseAuth` middleware to verify w/ session cookie.
|
||||||
|
|
||||||
## 1.3.6
|
## 1.3.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/firebase-auth",
|
"name": "@hono/firebase-auth",
|
||||||
"version": "1.3.6",
|
"version": "1.4.0",
|
||||||
"description": "A third-party firebase auth middleware for Hono",
|
"description": "A third-party firebase auth middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue