Skip to content

Not support bearer authentication #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SabrinaZ opened this issue Jul 3, 2015 · 1 comment
Open

Not support bearer authentication #53

SabrinaZ opened this issue Jul 3, 2015 · 1 comment

Comments

@SabrinaZ
Copy link

SabrinaZ commented 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'
}
});

@SabrinaZ SabrinaZ changed the title Not support OAuth Not support Bearer authentication Jul 3, 2015
@SabrinaZ SabrinaZ changed the title Not support Bearer authentication Not support bearer authentication Jul 3, 2015
@EddieOne
Copy link

EddieOne commented Oct 5, 2020

Sorry 5 years too late.

options.header = { 'Authorization': 'Bearer ' + access_token }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants