Skip to content

larbisahli/full-stack-ecommerce-store

Repository files navigation

------------------------

Generate jwt public and private keys

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

a8b0c33805b754a71792c0f8ba71c59f2b8603ee

4a7132c7e0833d72746fb3ad1bdac97f7705ee2b (1)

About

A Nextjs full-stack e-commerce store with an admin panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages