garm/auth
Ionut Balutoiu 4787622450 Fix Content-Type not being set on invalidAuthResponse
When `w.WriteHeader(...)` is called, the HTTP headers are written in
the HTTP response.

Therefore, calling `w.Header().Add(...)` after `w.WriteHeader(...)`
will not have any effect.

Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
2023-07-18 16:42:32 +03:00
..
auth.go Rename module 2023-03-12 16:01:49 +02:00
context.go Rename module 2023-03-12 16:01:49 +02:00
init_required.go Rename module 2023-03-12 16:01:49 +02:00
instance_middleware.go Rename module 2023-03-12 16:01:49 +02:00
interfaces.go Add license headers 2022-05-05 13:25:50 +00:00
jwt.go Fix Content-Type not being set on invalidAuthResponse 2023-07-18 16:42:32 +03:00
metrics.go Rename module 2023-03-12 16:01:49 +02:00