Express
JWT | 2 Cookie …
In this video we start our 2 Cookie Authorization series by explaining how the approach works and how it can help to secure our applications that use tokens.
NodeJS APIs Without …
In this video we create 3 simple API endpoints in NodeJS without Express.js. We use the HTTP module from Node to serve plain text, HTML, and JSON. This is a simple, lightweight server.
Autogenerating Swagger …
In this video we walk through creating a simple NodeJS/Express API endpoint and setting auto-generating documentation using Swagger. We can then test our API using the Swagger UI.