Horje
jsonwebtoken generate key Code Example
jsonwebtoken
jwt.sign({  exp: Math.floor(Date.now() / 1000) + (60 * 60),  data: 'foobar'}, 'secret');
jsonwebtoken generate key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub




Shell

Related
git SSL certificate problem: self signed certificate Code Example git SSL certificate problem: self signed certificate Code Example
awk or statement Code Example awk or statement Code Example
bash awk or Code Example bash awk or Code Example
python pycrypto install error Code Example python pycrypto install error Code Example
find next greater number with same digits Code Example find next greater number with same digits Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12