authom
authom copied to clipboard
Google service in example fails on a different port setting
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:
- That’s an error. Error: redirect_uri_mismatch Application: authom_example