PubSub POST JWT 403 Response

You have an extra char in your authorization header. It should look like this

Authorization: Bearer {jwt}

instead of

Authorization: Bearer: {jwt}
1 Like