Skip to content

Unify JWT usage across files

Peter Bolha requested to merge unify-jwt-handling into logout_fe_update
  • 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 InvalidJWTError for handling failure of JWT validation all across proxygui

Merge request reports