Trntannan / 2-School-Front

https://2-school-front.vercel.app
0 stars 0 forks source link

Implement Authorization Across the Application #10

Closed Trntannan closed 2 weeks ago

Trntannan commented 1 month ago

Implement Authorization and Persistent User Login Across the Application

Description:

need to decide on and implement some form of 'Authentication'.

hand and hand with that goes "session persistance" the App needs to know who has logged in and to maintain the users session across all pages until they logout.

Trntannan commented 2 weeks ago

Have achieved this via JWT tokens.