Points of interest

Server

Server auth steps

First things first we will need to create a .env file to hold onto a couple things.

For now all we're going to need a is a JWT secret key to attach to all JWT's created.


Points of interest

Client

We will need to create the following components —

Other POI —

Client auth steps