bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

Add example usage of refresh token. #42

Closed hkdobrev closed 9 years ago

hkdobrev commented 10 years ago

Support for the refresh token grant type is added to the client controllers and the views. It is presented to the user with ability to renew the access token via the refresh token.

bshaffer commented 10 years ago

This is great! Thank you for committing this!

Could you rebase this with the master branch so that I can merge it?

hkdobrev commented 10 years ago

@bshaffer Done!

:beers:

hkdobrev commented 10 years ago

@bshaffer I've merged your commit and rebased, so there are no confusing merge commits in the PR.

hkdobrev commented 9 years ago

@bshaffer Ping. What happened with this one?

bshaffer commented 9 years ago

@hkdobrev thank you for the kick in the pants. This is now merged!

hkdobrev commented 9 years ago

Cheers!