Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Basic Auth with JWT #279

Open
2 tasks
k-allagbe opened this issue Oct 6, 2024 · 0 comments
Open
2 tasks

Replace Basic Auth with JWT #279

k-allagbe opened this issue Oct 6, 2024 · 0 comments
Labels
epic This is an issue focusing on the contextualisions of a high-level problem

Comments

@k-allagbe
Copy link
Member

k-allagbe commented Oct 6, 2024

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

  • Transition all routes using Basic Auth to use JWT-based authentication.
  • Implement a token-based authentication system with JWTs.

Tasks

Frontend

Backend

@k-allagbe k-allagbe added the epic This is an issue focusing on the contextualisions of a high-level problem label Oct 6, 2024
@k-allagbe k-allagbe moved this to Todo in FertiScan Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic This is an issue focusing on the contextualisions of a high-level problem
Projects
Status: Todo
Development

No branches or pull requests

1 participant