You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in two places: utils/validation and identityWallet.validateJWT. Perhaps it needs a "Validator" class/interface of some sort? or perhaps just keep them as utils?
Note that the validation logic paths are the only ones that needs to be able to resolve non-jolo DIDs and so require a resolver function. Containing that requirement into a new class/interface can be helpful.
Description
Currently in two places:
utils/validation
andidentityWallet.validateJWT
. Perhaps it needs a "Validator" class/interface of some sort? or perhaps just keep them as utils?Note that the validation logic paths are the only ones that needs to be able to resolve non-jolo DIDs and so require a resolver function. Containing that requirement into a new class/interface can be helpful.
Part of #355
TODO
validateJWT
logic and deprecate its usageThe text was updated successfully, but these errors were encountered: