OpenHarvest icon indicating copy to clipboard operation
OpenHarvest copied to clipboard

Enforce Authentication throughout OpenHarvest (using JWTs)

Open Philipsty opened this issue 3 years ago • 1 comments

Enforce user login at OpenHarvest.net startup page so that id is mandatory to access the application.

Philipsty avatar Jul 26 '22 01:07 Philipsty

I implemented JWT authentication we just need to enforce it now across all the routes and api. We also need to test and implement these changes on the front end. The front end has support for JWTs and stores it in local storage already but it just doesn't send it.

rayoz12 avatar Jul 26 '22 03:07 rayoz12