-
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.
-
Add server side rendered async api calls to your Next.js application that resolve before the initial page load
Add api calls to your application that can all be resolved before the initial render, giving the user (or bot) a fully loaded page right from the get-go.
-
Secure a Next.js application with JWT, and a private route higher order component
Authenticating and securing a Next.js application
-
Create a secured REST Api for a Next.js application using JWT and Golang
Create a secured REST Api using JWT and Golang