Blame view
README.md
517 Bytes
67549f461 readme |
1 2 3 4 5 6 7 8 9 10 11 |
# Webutility Webutility package provides some useful tools for creating INIS KC server application: * 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 |
4994f13a4 correlationFields... |
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 |