ai-cfia / fertiscan-frontend

This repository is for the frontend of the project react
MIT License
2 stars 1 forks source link

Replace Basic Auth with JWT #279

Open k-allagbe opened 10 hours ago

k-allagbe commented 10 hours ago

Context

Our current authentication system uses Basic Auth, which doesn't meet modern standards for handling user credentials. While security isn't our primary concern currently, we need a system that is more flexible and aligns with best practices. Switching to JWT (JSON Web Tokens) will allow us to handle authentication in a more standardized and scalable way.

Desired Outcome

Tasks

Frontend

Backend