cloudrunner-go
cloudrunner-go copied to clipboard
feat(pubsub): introduce authenticated pubsub handler
The AuthenticatedHTTPHandler wraps HTTPHandler and verifies that the there is a valid Google-signed bearer token in the Authorization header. Optionally also verifies a user specified audience and email token claim.