permutive-engineering / fs2-pubsub

Google Cloud Pub/Sub stream-based client built on top of cats-effect, fs2 and http4s.
Apache License 2.0
48 stars 16 forks source link

use google-auth in http impl #469

Closed hamnis closed 4 months ago

hamnis commented 1 year ago

https://github.com/permutive-engineering/functional-google-clients/tree/main/google-auth

alejandrohdezma commented 4 months ago

Hey @hamnis, the library has been revamped as a new library fs2-pubsub and the functionality for authenticating into GCP has been moved to a different library: https://github.com/permutive-engineering/gcp-auth.

I encourage you to check the new READMEs in both libraries 😃