.net6 jwe.decrypt(encryptedToken, decryption_key) equivalent
I’m trying to decrypt a jwt token in .Net 6 without success.
The token is easily decrypted using the following python code:
I’m trying to decrypt a jwt token in .Net 6 without success.
The token is easily decrypted using the following python code: