VERIFIER
Connect CLI applications to OAuth 1.0a APIs.

Verifier provides a callback target to use in your OAuth authorization flow, by converting the query string into copy-pastable values using JS.

Connect Your CLI

OAuth requires a precise dance of steps to grant access to programs.

One of those steps includes a callback URL that receives a special oauth_verifier code.

This code will be displayed here, among the query parameters. You can copy it and paste it into your application to continue the authorization flow.

Query Parameters:

scanning for query parameters ...

looks like we didn't find any.

click here for a demo