Thomas K
03/02/2022, 12:00 PMAuthorization
header where the value is a JWT. For it to be accepted fine by the provider, it needs to not be expired etc. Is there any way I can handle this with matchers etc? I have this regex
.matchHeader("Authorization", "^[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_=]+\\.?[A-Za-z0-9-_.+/=]*\$")
but not sure about the JWT expiry part and obviously how the jwt would be decoded from that regex?uglyog
Thomas K
03/03/2022, 9:26 AMThomas K
03/03/2022, 9:28 AMThomas K
03/03/2022, 9:33 AM