python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to protect a payload assuming we don't have SSL?
Say I want Bob to be able to send Alice a message using her public key over a curl -X POST http://$DOMAIN/... type endpoint. There are step by step instructions for this use case using "nacl"...
hendry
Votes: 0
Answers: 0
How to add expire date and verify token in AsymmetricCipherKeyPair( jose-jwt and BouncyCastle) C#?
we use the https://github.com/dvsekhvalnov/jose-jwt library to generate tokens which we can then transmit to other microservices to identify and authorize the information. We also use it to get all th...
Ivailo Sakaliev
Votes: 0
Answers: 0
AttributeError: module 'jose' has no attribute 'sign'
EDIT
I was trying to simply generate a jwt using python-jose but I didn't find a clear example. I followed the one below, which wasn't what I really needed. After following the answer 1 I updated the ...
Alaa
Votes: 0
Answers: 1
Verifying JWT tokens generated with PHP in Node
I'm working on implementing JWT verification in a client-side web-application that's using Webpack5. When a user is created on the backend running PHP, I create a public and private keypair for use in...

Dixos
Votes: 0
Answers: 1