You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
I even if I add http://ngo.lol/_oauth as an "Authorized redirect URIs" in Google console, but I have ngo_callback_host configured as server.com:8443, the callback url is https://server.com:8443/_oauth and not https://ngo.lol/_oauth.
So, If I want to be able to use my custom server name and ngo.lol at the same nginx server with a custom port I cannot use ngo_callback_host, right?
I've made a pull request #42, so a custom port could be used. Can you have a look?
I'm trying to configure the nginx with a custom port.
For example:
https://server.com:8443/
But the callback, is always set to https://server.com/_oauth, instead of https://server.com:8443/_oauth.
I was able to do this by adding ngo_callback_host to server.com:8443, but with this I cannot use the localhost approach (using ngo.lol).
The text was updated successfully, but these errors were encountered: