Summary
Exploring how to correctly pass a Bearer token in the Authorization header, as the current implementation is not appending ‘Bearer’ before the token.
Question
hi, how can I pass Bearer token in Authorization header… access_token is returned from 1st(Parent) stream… it is passing Authorization: <token> instead of Authorization: Bearer <token>
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.