flarebase-auth icon indicating copy to clipboard operation
flarebase-auth copied to clipboard

Firebase/Admin Auth Javascript Library for Cloudflare Workers

Results 5 flarebase-auth issues
Sort by recently updated
recently updated
newest added

- **I'm submitting a . question about how to use this project - **Summary** How do I find out uid after performing a verifySessionCookie? The sdk verifySessionCookie returns an object...

@Marplex @arlair Please share instructions how to deploy these library on Cloudflare Worker. It will be very helpful. Thanks.

This PR introduces necessary caching mechanism for Cloudflare network. x509 public keys are now cached using max-age returned from the initial request. And toolkit public keys are cached using Cache...

When using auth.createSessionCookie I'm seeing this. ``` Error: error:0680007B:asn1 encoding routines::header too long at createPrivateKey (node:internal/crypto/keys:632:12) at fromPKCS8 (\node_modules\.pnpm\[email protected]\node_modules\jose\dist\node\cjs\runtime\asn1.js:37:58) at Object.importPKCS8 (\node_modules\.pnpm\[email protected]\node_modules\jose\dist\node\cjs\key\import.js:27:36) at Object. (\node_modules\.pnpm\@[email protected]\node_modules\@marplex\flarebase-auth\build\main\lib\google-oauth.js:24:43) at Generator.next () at \node_modules\.pnpm\@[email protected]\node_modules\@marplex\flarebase-auth\build\main\lib\google-oauth.js:8:71...