Auth redirect issue on Github Pages site

@BarryCarlyon I greatly appreciate how helpful you are in these forums! I was completely missing the fact that encodeURI() was not actually encoded the redirect_uri and I needed to use encodeURIComponent() instead. I was able to get it to work after that. Thank you!