drf-social-oauth2
drf-social-oauth2 copied to clipboard
Changing the auth token header 'Bearer' to a custom header?
Could you please direct me to how to change the default auth token header 'Bearer' to a custom header? Thank you
It probably would not be simple, as "Bearer" is pretty hardcoded. Maybe your best bet is to rewrite all request headers before this library starts processing them.
Please, give me more context on what you need to do here. Thanks.
I am closing this issue due to a lack of context.