Version Packages (#551)

pull/554/head @hono/auth-js@1.0.8
github-actions[bot] 2024-05-29 01:36:05 +09:00 committed by GitHub
parent d5ebee9c70
commit 63898bbdab
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/auth-js': patch
---
handle x-forwarded headers to detect auth url

View File

@ -1,5 +1,11 @@
# @hono/auth-js
## 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
## 1.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/auth-js",
"version": "1.0.7",
"version": "1.0.8",
"description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js",
"exports": {