Minimalistic JWT use based on chi router and JWT Authentication Middleware.
Experimenting with jwt related code from https://github.com/dahernan/token . Main idea to simplify jwt related code to the
minimum necessary and remove bloated dependencies.
Next things to do:
[ ] claims as json serializable structure, similar in use as a map.