A Blog full of Web Projects

A Blog full of Web Projects

Next.js Web App with JWT Auth

15-February-2024

A Next.js Jamstack Web App with JWT Authentication hosted at Vercel

Try the demo...

The code at GitHub

The Next.js framework being the "Static Site Generator" was used for creating this full stack web application serving as a login system by having a client using the API Routes of Next.js getting the data / User credentials from a JSON file. The web application is secured by HTTPS and JWT Authentication.

This Next.js Jamstack Web Application is hosted at Vercel Cloud and uses continuous build and deployment

A Blog made with Gatsby React and GraphQL