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
|
||||
|
||||
## 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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/firebase-auth",
|
||||
"version": "1.3.6",
|
||||
"version": "1.4.0",
|
||||
"description": "A third-party firebase auth middleware for Hono",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
|
Loading…
Reference in New Issue