chrisnharvey / oauth

Authorize users in your application with multiple OAuth 1.0 and OAuth 2.0 providers.
12 stars 4 forks source link

How to refresh token #10

Open benjamindavid opened 11 years ago

benjamindavid commented 11 years ago

Hey, I was wondering the proper way to refresh a token when we already have one. The code seems pretty different from what I saw there :

https://github.com/philsturgeon/codeigniter-oauth2

Also, is there a way to make the token refresh automatically, this would be perfect.

Thank you