Learning Helmet

May 29, 2020 ยท View on GitHub

Just one of the things I'm learning. https://github.com/hchiam/learning

https://helmetjs.github.io/docs/

https://github.com/helmetjs/helmet

If you use yarn

yarn
yarn start
# and then when you're done:
yarn stop

If you use node

npm install
npm start
# and then when you're done:
npm stop

Just want to add auth to, say, your React app?

https://github.com/Swizec/useAuth

Contents

  1. 1If you use yarn
  2. 2If you use node
  3. 3Just want to add auth to, say, your React app?