This tool will walk you through the 3-legged OAuth flow, allowing you to obtain an access token for a users of an OAuth service.
You will need to have an OAuth application set up with the service you intend to test. To find out more about configuring popular providers, see the OAuth providers menu above.
This is a static web application, and all data is processed in your browser. The final step crafts a curl
command that you can
use to obtain an access token on your local machine. No data that you provide is stored or shared.
Please consider contributing by adding information about other popular OAuth providers. You can file an issue with the information, or submit a pull request.