Skip to content

Training app for implementing frontend authentication

Notifications You must be signed in to change notification settings

SacredMesa/auth-training

Repository files navigation

This is a Next.js project created to provide training in implementing authentication on the frontend

Getting Started

First, install dependencies withyarn

Then run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Features

This app contains a login screen on the home page, one other page (/secretstuff) and one api route (/api/secret-route).

The objective is to implement authentication with NextAuth.js and protect the page and api route

About

Training app for implementing frontend authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published