maxdobeck / gatekeeper

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

Secure the cookies and other session related data #26

Open maxdobeck opened 6 years ago

maxdobeck commented 6 years ago

csrf.Secure(false) needs to be tied to an env variable. And set to true This blocks deployment to prod.