Version Packages (#403)

pull/409/head @hono/firebase-auth@1.4.0
github-actions[bot] 2024-02-24 22:42:29 +09:00 committed by GitHub
parent c9f110d4e0
commit 5c0d4adf62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/firebase-auth': minor
---
added a new `verifySessionCookieFirebaseAuth` middleware to verify w/ session cookie.

View File

@ -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

View File

@ -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",