From ff2508880c275474ba2632d1870c585df78dc3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Tikvi=C4=87?= Date: Fri, 30 Mar 2018 11:22:07 +0200 Subject: [PATCH] readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2cf7e89..0cfc0d1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # Webutility Webutility package provides some useful tools for INIS KC server application: * JWT authorization (uses https://github.com/dgrijalva/jwt-go) -* HTTP responses +* HTTP response templates * Payload metadata framework * Front-end UI configuration * RBAC ### Build -* go1.8 passing * go1.9 passing `TODO`: * http utility: -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 + * check for Content-Type header, if clients expects something other than JSON respond with appropriate HTTP code -- 1.8.1.2