-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about configuration #6
Comments
@timmushen Hi! Thanks for asking your question! But, I cannot understand why this is happened the error from only you provided information. Could you share me your wrangler.toml? By the way, I appreciate you with sponsoring me! Thank you so much! |
@Code-Hex My pleasure! Thank you for your contributions to the community. Here's my wrangler.toml. I believe it's an issue with the PUBLIC_JWT_CACHE_KEY... I'm not exactly sure what should go here. name="hono-minimal" |
@timmushen I'm sorry for the delay. This package has the ability to automatically retrieve the jwk hosted by Google, and save the jwk file to the cache. This key name is used for that. This is example for wrangler.toml. firebase-auth-cloudflare-workers/example/wrangler.toml Lines 26 to 27 in a2d752f
|
That did it! Thank you so much for your help. |
Hi, I have a question relating to configuration.
I'm able to authenticate with an express firebase-admin script. When I try on Cloudflare I receive the following error:
"err": {
"code": "auth/argument-error",
"message": "Error fetching public keys for Google certs: TypeError: Cannot read properties of undefined (reading 'get')"
}
Thank you for making this! I'm very excited to use it.
The text was updated successfully, but these errors were encountered: