Unify JWT usage across files
- reduce number of libraries working with JWT, use especially
cryptojwt - introduce JWTService as a single class working with JWT creating and verification
- introduce JWTServiceProvider for providing JWTService with individual configurations for given issuers
- introduce new error type
InvalidJWTErrorfor handling failure of JWT validation all across proxygui