-
TypeScript OAuth2.0 Server
A standards compliant implementation of an OAuth 2.0 authorization server for Node that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.
-
Fix the error `Binary not found for version` when installing Node.js using asdf on an M1 Mac
If you are running into the error `Binary not found for version X.X.X` when trying to install Node.js version 14 (or earlier) on your M1 Mac, give this a try.
-
How to use `npm version` to create prerelease tags
A short and quick guide with examples on how to use the npm version command to semantically version your node project with prereleases