Skip to content

designerexpert/React-MUI-FA-Redux-Routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client Boilerplate Containing:

  • React
  • Material UI
  • Font Awesome
  • React Router
  • Redux
  • Storybook

Server Boilerplate Containing:

  • Express
  • JWT
  • Serving React App Statically

Generating Public and Private Keys for Testing

FYI: Do Not Commit this files on real projects

  • First Generate a Secret Private Key Don't add passphrase. This will be kept a secret and used to generate and sign your own tokens.
ssh-keygen -t rsa -b 2048 -f secretRS256PRIVATE.pem
  • Then Using that Secret Private Key File, generate a public key. This will be shared with anyone validating your signed tokens.
openssl rsa -in secretRS256PRIVATE.pem -pubout -outform PEM -out secretRS256PUBLIC.pem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published