bshaffer / oauth2-demo-php

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

Fix to make implicit authorization flow to work #35

Closed Arul- closed 10 years ago

Arul- commented 10 years ago

Currently implicit authorization can not be fully tested using the client as it is referencing an undefined variable. This pull request fixes it to refer to the function instead

bshaffer commented 10 years ago

Thanks for catching this!