All Questions
1 question
0
votes
0
answers
137
views
How to check the validity of a signature using JWKs and the base string the signature was created against
I have a signature (String) that has been generated from a url and some query params. I wanted to know how to validate this signature. I have another url that provides me the public JWKs. I am using ...