Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 566 Bytes

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