↧
Answer by z3nth10n for Encryption with public key in Jose-JWT
I have found an answer for one of the two problems I have, and is that I haven't readed completely the JOSE-JWT repo, it says:var payload = new Dictionary<string, object>(){ { "sub",...
View ArticleEncryption with public key in Jose-JWT
I think this question is not a dupe, so I will try to explain my situation.I'm testing JWT, more specifically JOSE-JWT lib from Github, and well, I'm having troubles.I'm generating a private-public key...
View Article