• Sean Hammond's avatar
    Don't reuse OAuth grant tokens · 4e51fe3e
    Sean Hammond authored
    Don't reuse the OAuth grant token if the access token has expired.
    
    The grant token is only intended to be used once, and if the access
    token has expired then the grant token will likely have expired as well anyway.
    
    A later commit will add support for refreshing an expired access token
    using its refresh token, instead.
    4e51fe3e
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
npm-shrinkwrap.json Loading commit data...
package.json Loading commit data...