Blame view
README.md
416 Bytes
67549f461 readme |
1 |
# Webutility |
20b8ac36e todo |
2 |
Webutility package provides some useful tools for INIS KC server application: |
0beb2d1fe readme |
3 |
* JWT authorization (uses https://github.com/dgrijalva/jwt-go) |
ff2508880 readme |
4 |
* HTTP response templates |
67549f461 readme |
5 6 7 8 9 |
* Payload metadata framework * Front-end UI configuration * RBAC ### Build |
67549f461 readme |
10 |
* go1.9 passing |
20b8ac36e todo |
11 |
`TODO`: |
ecec68b18 updated todo list |
12 |
* http utility: |
ff2508880 readme |
13 |
* check for Content-Type header, if clients expects something other than JSON respond with appropriate HTTP code |