Skip to content

Proof of concept for JWT Auth using BFF (Backend for Frontend via NextJS)

Notifications You must be signed in to change notification settings

djgould/jwt-bff-auth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JWT BFF (Backend for Frontend) Auth

Getting Started

Prerequisites

  • MySQL installed (brew install mysql or run in Docker container)
  • Serverless Framework configured (follow Getting Started)

Installation

Install frontend dependencies:

cd frontend && npm install

Install backend dependencies:

cd backend && npm install

Running in development

Backend: cd backend && npm run offline runs the serverless framework in offline mode (locally)

Frontend: cd frontend && npm run dev runs next in dev mode

About

Proof of concept for JWT Auth using BFF (Backend for Frontend via NextJS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published