firebase_id_token 3.0.0
A Ruby gem to verify the signature of Firebase ID Tokens. It uses Redis to store Google's x509 certificates and manage their expiration time, so you don't need to request Google's API in every execution and can access it as fast as reading from memory.
Gemfile:
=
install:
=
Runtime Dependencies (6):
activesupport
~> 7.0, >= 7.0.4.3
httparty
~> 0.21.0
json
~> 2.6, >= 2.6.3
jwt
~> 2.7
redis
~> 5.0, >= 5.0.6
redis-namespace
~> 1.10