authom icon indicating copy to clipboard operation
authom copied to clipboard

Google service in example fails on a different port setting

Open kokujin opened this issue 11 years ago • 0 comments

I cannot use port 80 in my dev machine, so I decided to change the port as in:

var http = require("http")
  , authom = require("../lib/authom")
  , server = http.createServer()
  , port = process.env.PORT || 9000

This results in an error:

  1. That’s an error. Error: redirect_uri_mismatch Application: authom_example

kokujin avatar Jun 12 '14 08:06 kokujin