Verify Firebase App Check tokens? #140
-
Is there a way to verify these jwts provided by Firebase for app verification? The firebase-php project doesn't have a feature to verify these tokens (yet?), so I am wondering if there is a way I can leverage what I am already using here. The tokens are discussed in more detail here. That are JWTs but you have to periodically get the key from https://firebaseappcheck.googleapis.com/v1beta/jwks. That link returns an array of keys, and I don't know what to do with that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're open to creating a pull request to us review it and implement it in the next versions, but the library itself wasn't created for firebase implementation. To work with those implementations it's required someone always make the language + libraries be updated with Google. |
Beta Was this translation helpful? Give feedback.
You're open to creating a pull request to us review it and implement it in the next versions, but the library itself wasn't created for firebase implementation.
To work with those implementations it's required someone alwa…