Jay OConnor

Results 10 comments of Jay OConnor

I'm happy to take this on. My idea is to make a new configuration block that would take any `ActiveSupport::Cache` object and look like ```ruby FirebaseIdToken.configure do |config| config.cache_store =...

WIP: https://github.com/fschuindt/firebase_id_token/pull/43

This should be a minor version bump the way it is. There's a major version bump that changes the initialization interface that I will recommend. Old way ```ruby FirebaseIdToken.configure do...

it can be. I think it is a bit confusing, because the redis cache option allows for the same base functionality. I'll put that together as a friendlier way to...

Thanks for the feedback. The old config will work and operate like it did before. The new configuration will use the `fetch` block, which eliminates the need to download certificates...

closing temporarily for a bug I found

ready to be reviewed again. sorry for the back and forth

@lsglucas thanks for the kind words