Commit ecec68b180e9b45dbd74f8a2f423a94e0b174b27
1 parent
8dbe745c3c
Exists in
master
and in
1 other branch
updated todo list
Showing
3 changed files
with
4 additions
and
2 deletions
Show diff stats
README.md
http_utility.go
... | ... | @@ -62,6 +62,7 @@ func RespondWithHttpError500(w http.ResponseWriter, req *http.Request) { |
62 | 62 | //// HANDLER FUNC WRAPPER |
63 | 63 | //// |
64 | 64 | |
65 | +//TODO: Add parameters to enable/disable token and roles authorization checks | |
65 | 66 | // Sets common headers and checks for token validity. |
66 | 67 | func ProcessHeaders(fn http.HandlerFunc) http.HandlerFunc { |
67 | 68 | return func(w http.ResponseWriter, req *http.Request) { | ... | ... |
json_utility.go