maxdobeck / gatekeeper

API that performs user authentication and authorization as well as process business logic.
0 stars 0 forks source link

Cookies not being created in Test env #16

Closed maxdobeck closed 6 years ago

maxdobeck commented 6 years ago

Cannot login to protected routes

maxdobeck commented 6 years ago

Shoulda checked more carefully:

session.Options.Domain = "localhost" // Set to localhost for testing only. prod must be set to "schedulingishard.com"

This looks like the problem. Should set this in main or a config file.