Blame view
README.md
510 Bytes
67549f461 readme |
1 |
# Webutility |
20b8ac36e todo |
2 |
Webutility package provides some useful tools for INIS KC server application: |
67549f461 readme |
3 4 5 6 7 8 9 10 11 |
* JWT authorization (uses ["github.com/dgrijalva/jwt-go"]()) * HTTP responses * Payload metadata framework * Front-end UI configuration * RBAC ### Build * go1.8 passing * go1.9 passing |
20b8ac36e todo |
12 |
`TODO`: |
ecec68b18 updated todo list |
13 |
* http utility: |
90f4ed079 sped up loadTable() |
14 15 |
1. add parameters to the ProcessHeaders to enable/disable token/role-access-rights checks 2. check for Content-Type header, if clients expects something other than JSON respond with appropriate HTTP code |