Ryo Lambert
12/22/2018, 1:35 AMlawjolla
12/22/2018, 1:41 AMRyo Lambert
12/22/2018, 3:33 AM<http://server.express.post|server.express.post>(server.options.endpoint, (req, res, next) => {
res.header('Access-Control-Allow-Origin', '*')
res.header('Access-Control-Allow-Headers', 'Content-Type, Authorization, Content-Length, X-Requested-With')
getUser(req, res, next, db)
}
)
Then was planning to later on swap out the * for a proper env variable. So you’re thinking it’s an Auth0 configuration issue? I’ll try playing with the Auth0 dash settings again and see if there’s any changes.lawjolla
12/22/2018, 5:54 AM