sample-oauth2-client
sample-oauth2-client copied to clipboard
Sample OAuth2 client using the GitHub API
Hi Aaron I just started to read your book "Oauth2 simplified", but now im struggling already with the first example with GitHub. When I point my browser to localhost:8000 I...
First off, I tried the example on my local machine, but when clicking the login link, nothing would happen. I had a feeling this was because running a PHP server...
I am using an NGINX web server with a regular expression to match multiple host names, and the SERVER_NAME returned is the regular expression, not the actual host name requested/used....