2023-02-04 19:32:26 +08:00
# @hono/firebase-auth
2025-01-05 16:17:08 +08:00
## 1.4.2
### Patch Changes
- [#923 ](https://github.com/honojs/middleware/pull/923 ) [`0e4118b09657569f37dee035c9d4c75192d08c06` ](https://github.com/honojs/middleware/commit/0e4118b09657569f37dee035c9d4c75192d08c06 ) Thanks [@Code-Hex ](https://github.com/Code-Hex )! - updated firebase-auth-cloudflare-workers version and firebase-tools version
2024-04-18 06:43:42 +08:00
## 1.4.1
### Patch Changes
- [#456 ](https://github.com/honojs/middleware/pull/456 ) [`2d7af647caf45b032df75ce8e4fc8be9737bcea0` ](https://github.com/honojs/middleware/commit/2d7af647caf45b032df75ce8e4fc8be9737bcea0 ) Thanks [@Code-Hex ](https://github.com/Code-Hex )! - fixed error handling to wrap root errors
2024-02-24 21:42:29 +08:00
## 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.
2024-02-15 18:05:15 +08:00
## 1.3.6
### Patch Changes
- [#393 ](https://github.com/honojs/middleware/pull/393 ) [`7e36ecc3f62612f7850c3e5c17698c617d68cf7a` ](https://github.com/honojs/middleware/commit/7e36ecc3f62612f7850c3e5c17698c617d68cf7a ) Thanks [@Code-Hex ](https://github.com/Code-Hex )! - - supported v4 to get header values
2024-02-10 07:47:06 +08:00
## 1.3.5
### Patch Changes
- [#380 ](https://github.com/honojs/middleware/pull/380 ) [`ea19f6bdeb14216da0880baf5dd5885395c0f008` ](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008 ) Thanks [@CarlosZiegler ](https://github.com/CarlosZiegler )! - fix: change peer dependency to support v4.0.0
2024-01-03 11:16:47 +08:00
## 1.3.4
### Patch Changes
- [#337 ](https://github.com/honojs/middleware/pull/337 ) [`75841d6b485a7b1e237be55d5ceb16500119afda` ](https://github.com/honojs/middleware/commit/75841d6b485a7b1e237be55d5ceb16500119afda ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix: export esm
2023-11-12 09:10:58 +08:00
## 1.3.3
### Patch Changes
- [#248 ](https://github.com/honojs/middleware/pull/248 ) [`5459971` ](https://github.com/honojs/middleware/commit/545997181f5ba77991e350ec9a873463082242c3 ) Thanks [@Code-Hex ](https://github.com/Code-Hex )! - - update package deps and test
- responds 501 when PUBLIC_JWK_CACHE_KV is undefined in defaultKeyStoreInitializer function
2023-10-07 00:52:09 +08:00
## 1.3.2
### Patch Changes
- [#194 ](https://github.com/honojs/middleware/pull/194 ) [`152e93e` ](https://github.com/honojs/middleware/commit/152e93e5987e14804792acad274594e1828d333a ) Thanks [@Code-Hex ](https://github.com/Code-Hex )! - fixed to make HTTPException instead of reponse null for bad request
2023-10-05 21:44:30 +08:00
## 1.3.1
### Patch Changes
- [#191 ](https://github.com/honojs/middleware/pull/191 ) [`794f03c` ](https://github.com/honojs/middleware/commit/794f03c3633abefce1b16fb1f4322d87f2568a8e ) Thanks [@Code-Hex ](https://github.com/Code-Hex )! - fixed to make HTTPException instead of reponse null
2023-03-21 10:11:23 +08:00
## 1.3.0
### Minor Changes
- [#68 ](https://github.com/honojs/middleware/pull/68 ) [`89505f4` ](https://github.com/honojs/middleware/commit/89505f4f7577d1a3c706b22dc26e510d16163a63 ) Thanks [@nmemoto ](https://github.com/nmemoto )! - Update firebase-auth-cloudflare-workers
2023-03-06 19:49:48 +08:00
## 1.2.0
### Minor Changes
- [#60 ](https://github.com/honojs/middleware/pull/60 ) [`a798c30` ](https://github.com/honojs/middleware/commit/a798c307e11cd8d414ee23259fe0c5730dfb8841 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - feat: support Hono v3
2023-02-04 19:32:26 +08:00
## 1.1.0
### Minor Changes
- 617b582: Rename `@honojs/firebase-auth` to `@hono/firebase-auth` .