kenjij / firebase-ruby

Pure simple Ruby based Firebase REST library
MIT License
8 stars 0 forks source link

Sending expired access token #1

Closed kenpropel closed 7 years ago

kenpropel commented 7 years ago

The HTTP object keeps using the same access token even after it expires.

kenjij commented 7 years ago

Yes, it would be better to automatically renew the token, update the HTTP header, or replace the HTTP object.