firebase-auth-cloudflare-workers
firebase-auth-cloudflare-workers copied to clipboard
I see `createCustomToken` in the tests... but I see its within a test util file. What would it take to make `createCustomToken` an actual callable function within the module itself?...
# Error I encountered I have encountered an issue with token verification where the iat claim is consistently 1 second ahead of the calculated current timestamp, resulting in verification errors....
## Description Exception raised on call to `crypto.subtle.sign` in `ServiceAccountCredential.sign`. Attempting to call `createSessionCookie` and running the project in local development with a service account. Running on Cloudflare Pages works...