Open eabili0 opened 5 years ago
IntrospectToken should check if the token is a JWT, and open it locally (without going to hydra)
@abilioesteves just to confirm, the steps to this would be something like:
/^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/;
whisper
Yes! That's correct! @claudiosegala
IntrospectToken should check if the token is a JWT, and open it locally (without going to hydra)