@honojs/firebase-auth
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@honojs/firebase-auth", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A third-party firebase auth middleware for Hono", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"firebase-auth-cloudflare-workers": "^1.0.0", | ||
"hono": "^2.0.2" | ||
"hono": "^2.1.3" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -21,3 +21,3 @@ # Hono Firebase Auth middleware for Cloudflare Workers. | ||
// Or you can specify here the extended VerifyFirebaseAuthEnv type. | ||
const app = new Hono<VerifyFirebaseAuthEnv>() | ||
const app = new Hono<{ Bindings: VerifyFirebaseAuthEnv }>() | ||
@@ -104,1 +104,11 @@ // set middleware | ||
MIT | ||
## Contribution | ||
If you are interested, send me PR would be greatly appreciated! | ||
To test this code in your local environment, execute the following command. | ||
``` | ||
$ yarn test-with-emulator | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8235
112
Updatedhono@^2.1.3