Categories
javascript nodejs

Fastify and token authentication

We will be using Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens.

Categories
javascript nodejs

Javascript One-Liners

A few of my favorite JavaScript one-liners that can be used in your projects today.

Categories
javascript nodejs

Create a private NPM package in Github Packages

We will be deploying a private npm package to Github packages. This is like the public npm registry, but in our case it will be hosted on Github and be private. Lets get started Create a new repository in Github and make it private. We will then clone it down to our local machine. Mine […]