You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bearer authentication is not supported.
In latest version of request, when bearer value is provided in auth, it should send a bearer authentication.
eg.
request.get('http://some.server.com/', {
'auth': {
'bearer': 'bearerToken'
}
});
The text was updated successfully, but these errors were encountered:
SabrinaZ
changed the title
Not support OAuth
Not support Bearer authentication
Jul 3, 2015
SabrinaZ
changed the title
Not support Bearer authentication
Not support bearer authentication
Jul 3, 2015
Bearer authentication is not supported.
In latest version of request, when bearer value is provided in auth, it should send a bearer authentication.
eg.
request.get('http://some.server.com/', {
'auth': {
'bearer': 'bearerToken'
}
});
The text was updated successfully, but these errors were encountered: