diepm / vim-rest-console

A REST console for Vim.
658 stars 54 forks source link

Authenticate with OAuth2 #77

Closed axpira closed 5 years ago

axpira commented 5 years ago

Hi,

Can I authenticate in some rest API using OAuth2?

Thanks

diepm commented 5 years ago

If you can do that with cUrl, then more likely yes since VRC uses cUrl under the hood.

tdroxler commented 5 years ago

yep you can, I had to do it few days ago. Just add:

Authorization: Bearer MYSUPERLONGTOKEN

in the header section. we can close this issue IMO

diepm commented 5 years ago

Thanks for confirming, @tdroxler