Skip to content

Instantly share code, notes, and snippets.

@zaiste
Created May 7, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaiste/1241d98aed1a20d927626b71648b73fa to your computer and use it in GitHub Desktop.
Save zaiste/1241d98aed1a20d927626b71648b73fa to your computer and use it in GitHub Desktop.
Creating Secure REST APIs in Node.js without JWTs

Creating Secure REST APIs in Node.js without JWTs

Before we go on creating an actual RESTful API, let's address the elephant in the room: how to make an HTTP endpoint sufficiently secure in Node.js ?

I say sufficiently because, the topic of security is broad and constantly evolves. This article is a response to other Node.js articles I've seen that contain security mistakes. It may not be perfect, either, but is hopefully a good evolution on the topic.

Check the full article.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment