Blame view

README.md 512 Bytes
67549f461   Marko Tikvić   readme
1
  # Webutility
20b8ac36e   Marko Tikvić   todo
2
  Webutility package provides some useful tools for INIS KC server application:
0beb2d1fe   Marko Tikvić   readme
3
  * JWT authorization (uses https://github.com/dgrijalva/jwt-go)
67549f461   Marko Tikvić   readme
4
5
6
7
8
9
10
11
  * HTTP responses
  * Payload metadata framework
  * Front-end UI configuration
  * RBAC
  
  ### Build
  * go1.8 passing
  * go1.9 passing
20b8ac36e   Marko Tikvić   todo
12
  `TODO`:  
ecec68b18   Marko Tikvić   updated todo list
13
  * http utility:  
90f4ed079   Marko Tikvić   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