mrjones / oauth

OAuth 1.0 implementation in go (golang).
http://www.mrjon.es
MIT License
269 stars 119 forks source link

Feature/token session support #16

Closed Forestmb closed 10 years ago

Forestmb commented 10 years ago

Adding basic support for service providers that implement the OAuth Session 1.0 draft 1 specification.

This allows clients of service providers like Yahoo to easily refresh the access token without having to go through re-authentication. This addresses Issue #4.

Updates to the API:

mrjones commented 10 years ago

This looks great. Thanks again for the contribution!