mesosphere / traefik-forward-auth

214 stars 46 forks source link

Make errors consistent #44

Closed jongiddy closed 3 years ago

jongiddy commented 3 years ago

makeSessionCookie turns its err value into a nil, losing its info. This makes it difficult to debug problems.

For consistency make fatal problems use Error and non-fatal problems use Warn.