diff --git a/README.md b/README.md index 95c45bb..003d1dc 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ async function run() { const authorizationUri = client.authorizeURL({ redirect_uri: 'http://localhost:3000/callback', scope: '', - state: '' + state: '', + + customParam: 'foo', // non-standard oauth params may be passed as well }); // Redirect example using Express (see http://expressjs.com/api.html#res.redirect)