Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Feb 3, 2017
1 parent 128e822 commit 01c37ed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions README.md
Expand Up @@ -73,3 +73,24 @@ if (!isset($_GET['code'])) {

## Refreshing a Token
Dropbox's OAuth implementation does not use refresh tokens. Access tokens are valid until a user revokes access manually, or until an app deauthorizes itself.

## Testing

``` bash
$ ./vendor/bin/phpunit
```

## Contributing

Please see [CONTRIBUTING](https://github.com/stevenmaguire/oauth2-dropbox/blob/master/CONTRIBUTING.md) for details.


## Credits

- [Steven Maguire](https://github.com/stevenmaguire)
- [All Contributors](https://github.com/stevenmaguire/oauth2-dropbox/contributors)


## License

The MIT License (MIT). Please see [License File](https://github.com/stevenmaguire/oauth2-dropbox/blob/master/LICENSE) for more information.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,8 +10,8 @@
},
{
"name": "Jason Varga",
"email": "jason@stevenmaguire.com",
"homepage": "https://github.com/stevenmaguire"
"email": "jason@pixelfear.com",
"homepage": "https://github.com/pixelfear"
}
],
"keywords": [
Expand Down

0 comments on commit 01c37ed

Please sign in to comment.