-
Greetings amazing module and thanks for it. Does it have support for OAuth 2.0 . Meaning can I use got with OAuth 2.0 Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
szmarczak
Feb 6, 2021
Replies: 1 comment 1 reply
-
OAuth is a standard. Got can work with anything, you have just to implement it. There is no native support for OAuth. You'd have to use a package like this: https://github.com/sindresorhus/got#oauth |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
szmarczak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OAuth is a standard. Got can work with anything, you have just to implement it. There is no native support for OAuth. You'd have to use a package like this: https://github.com/sindresorhus/got#oauth