2023-12-29 03:44:37 +08:00
# @hono/auth-js
2024-10-24 17:43:58 +08:00
## 1.0.13
### Patch Changes
- [#790 ](https://github.com/honojs/middleware/pull/790 ) [`ed31c680f7cb4d08985c820e8e1bf051ddc57acd` ](https://github.com/honojs/middleware/commit/ed31c680f7cb4d08985c820e8e1bf051ddc57acd ) Thanks [@divyam234 ](https://github.com/divyam234 )! - clone request directly for bun
2024-10-21 06:26:47 +08:00
## 1.0.12
### Patch Changes
- [#775 ](https://github.com/honojs/middleware/pull/775 ) [`c19b51baaf396647f2d6b021e38f083768328b74` ](https://github.com/honojs/middleware/commit/c19b51baaf396647f2d6b021e38f083768328b74 ) Thanks [@divyam234 ](https://github.com/divyam234 )! - refactor session provider
2024-10-07 20:41:06 +08:00
## 1.0.11
### Patch Changes
- [#769 ](https://github.com/honojs/middleware/pull/769 ) [`c2d661aa697bc3800a1b4b6c10ed3589d6d85cf2` ](https://github.com/honojs/middleware/commit/c2d661aa697bc3800a1b4b6c10ed3589d6d85cf2 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix: remove config.basePath
2024-07-04 13:10:52 +08:00
## 1.0.10
### Patch Changes
- [#614 ](https://github.com/honojs/middleware/pull/614 ) [`19f3beae1ab33bb3257694c742d1b3e5487a187d` ](https://github.com/honojs/middleware/commit/19f3beae1ab33bb3257694c742d1b3e5487a187d ) Thanks [@divyam234 ](https://github.com/divyam234 )! - fix immutable headers error in x-forwarded req
2024-07-01 09:07:10 +08:00
## 1.0.9
### Patch Changes
- [#598 ](https://github.com/honojs/middleware/pull/598 ) [`eb7e597aaabce2b2ac6e7809579c44f440c2b8b0` ](https://github.com/honojs/middleware/commit/eb7e597aaabce2b2ac6e7809579c44f440c2b8b0 ) Thanks [@divyam234 ](https://github.com/divyam234 )! - fix bun req cloning
2024-05-29 00:36:05 +08:00
## 1.0.8
### Patch Changes
- [#549 ](https://github.com/honojs/middleware/pull/549 ) [`d5ebee9c70b5c6e9ecdcadd39805a6a7c481c0ee` ](https://github.com/honojs/middleware/commit/d5ebee9c70b5c6e9ecdcadd39805a6a7c481c0ee ) Thanks [@divyam234 ](https://github.com/divyam234 )! - handle x-forwarded headers to detect auth url
2024-05-04 11:15:21 +08:00
## 1.0.7
### Patch Changes
- [#494 ](https://github.com/honojs/middleware/pull/494 ) [`300ef2f8bf4761b7b005e0c4ee7cb6ccf3ef810b` ](https://github.com/honojs/middleware/commit/300ef2f8bf4761b7b005e0c4ee7cb6ccf3ef810b ) Thanks [@divyam234 ](https://github.com/divyam234 )! - fix for ssr
2024-04-30 16:27:29 +08:00
## 1.0.6
### Patch Changes
- [#486 ](https://github.com/honojs/middleware/pull/486 ) [`18959557f45851a0109a63de3e865329c30d4fcc` ](https://github.com/honojs/middleware/commit/18959557f45851a0109a63de3e865329c30d4fcc ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix: use `env` in `hono/adapter` and add tests
2024-04-29 12:54:29 +08:00
## 1.0.5
### Patch Changes
- [#481 ](https://github.com/honojs/middleware/pull/481 ) [`b8fb9a06c13c3d5988b21e1b286c2a0b5ba99d80` ](https://github.com/honojs/middleware/commit/b8fb9a06c13c3d5988b21e1b286c2a0b5ba99d80 ) Thanks [@DIYgod ](https://github.com/DIYgod )! - fix AUTH_URL not working in getAuthUser
2024-04-26 10:09:48 +08:00
## 1.0.4
### Patch Changes
- [#478 ](https://github.com/honojs/middleware/pull/478 ) [`5004ca9c5b6f75c1fca001c26fc70b927c154589` ](https://github.com/honojs/middleware/commit/5004ca9c5b6f75c1fca001c26fc70b927c154589 ) Thanks [@DIYgod ](https://github.com/DIYgod )! - fix env AUTH_URL not working
2024-02-10 07:47:06 +08:00
## 1.0.3
### 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-27 21:17:51 +08:00
## 1.0.2
### Patch Changes
- [#359 ](https://github.com/honojs/middleware/pull/359 ) [`4ccda19d3176d9148310bcdb33baf48986433342` ](https://github.com/honojs/middleware/commit/4ccda19d3176d9148310bcdb33baf48986433342 ) Thanks [@divyam234 ](https://github.com/divyam234 )! - Update @auth/core version and set default basePath
2023-12-29 20:41:04 +08:00
## 1.0.1
### Patch Changes
- [#330 ](https://github.com/honojs/middleware/pull/330 ) [`766738e0ea8f5e45739e0ffc4248f132f6313957` ](https://github.com/honojs/middleware/commit/766738e0ea8f5e45739e0ffc4248f132f6313957 ) Thanks [@divyam234 ](https://github.com/divyam234 )! - added react as peer dependency
2023-12-29 03:44:37 +08:00
## 1.0.0
### Major Changes
- [#326 ](https://github.com/honojs/middleware/pull/326 ) [`f9859e8fa7e79e1111b8d335d927e7de0309dd7d` ](https://github.com/honojs/middleware/commit/f9859e8fa7e79e1111b8d335d927e7de0309dd7d ) Thanks [@divyam234 ](https://github.com/divyam234 )! - initial support auth.js with hono