6 ms·
How do you deal with oauth2 with curl?
by saasjosh 3y ago
How do you deal with oauth2 with curl?
- gregjor 3y agoGoogle for “curl oauth2” for lots of helpful explanations and examples.
- saasjosh 3y agoIt's not as straightforward as something like Insomnia because you have to write a script that will open a browser and pull the tokens from there.
- gregjor 3y agoThat depends. If you can use the command line and write a short script that’s just copy/paste from StackOverflow, curl is very simple.