Commit 20b8ac36e0b59eec183d4d64a654caa84bdcaa84
1 parent
67549f461d
Exists in
master
and in
1 other branch
todo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
1 | 1 | # Webutility |
2 | -Webutility package provides some useful tools for creating INIS KC server application: | |
2 | +Webutility package provides some useful tools for INIS KC server application: | |
3 | 3 | * JWT authorization (uses ["github.com/dgrijalva/jwt-go"]()) |
4 | 4 | * HTTP responses |
5 | 5 | * Payload metadata framework |
... | ... | @@ -10,7 +10,7 @@ Webutility package provides some useful tools for creating INIS KC server applic |
10 | 10 | * go1.8 passing |
11 | 11 | * go1.9 passing |
12 | 12 | |
13 | -TODO: | |
13 | +`TODO`: | |
14 | 14 | * http utility: |
15 | 15 | 1. add parameters to the ProcessHeaders to enable/disable token/role-access-rights checks |
16 | 16 | 2. check for Content-Type header, if clients expects something other than JSON respond with appropriate HTTP code | ... | ... |