IntuitDeveloper / OAuth2_PHP

PHP sample app for OAuth2
Apache License 2.0
37 stars 34 forks source link

Some fixes #8

Closed tvaughan73 closed 6 years ago

tvaughan73 commented 6 years ago

Test for session ID added and only if none exists should session_start() be called. OAuthOpenIDExample.php was not working. Modified code so that first javascript block is echoed. RefreshToken.php had incorrect cert set.

hlu2 commented 6 years ago

Thanks for sharing!