2.0.9 • Published 10 months ago

firebase-auth-cloudflare-workers-x509 v2.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

firebase-auth-cloudflare-workers-x509

A fork of https://github.com/Code-Hex/firebase-auth-cloudflare-workers

  • Use X.509 certificate endpoints instead of JWK endpoints, as the original firebase-admin also uses X.509. The JWK endpoint presents issues due to the no-cache on the public key response for session cookies.
  • Remove the checks that verify iat and auth_time are not in the future, aligning with the original firebase-admin behavior and preventing errors caused by slight clock skew.

This library uses PKI.js for X.509 certificate parsing.

2.0.9

10 months ago

2.0.8

10 months ago

2.0.7

11 months ago

2.0.6

11 months ago

2.0.5

11 months ago

2.0.4

11 months ago