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

As a dev, I want to transition to JWT for a more reliable authentication system #261

Open
Tracked by #186 ...
k-allagbe opened this issue Oct 4, 2024 · 0 comments
Open
Tracked by #186 ...
Assignees
Labels
enhancement New feature or request

Comments

@k-allagbe
Copy link
Member

k-allagbe commented Oct 4, 2024

Description

Context
Our current authentication system uses Basic Auth and doesn't follow modern standards. While security isn't the main focus, we need a more reliable way to handle user authentication that aligns with standard practices. Moving to JWT will help us manage authentication in a more respectable and scalable way.

Problem Statement
The current system doesn't manage user credentials or sessions effectively. We want to switch to JWT to improve how authentication is handled, focusing on better session management without overcomplicating security. The goal is to implement a functional and modern authentication system.

Acceptance Criteria

  • Replace the current Basic Auth system with JWT-based authentication.
  • Properly handle user credentials, ensuring reliable token generation and management.
  • Implement token expiration and refresh processes to maintain session validity.
  • Integrate JWT smoothly into the application, improving the overall user experience with authentication.

Additional Information

@k-allagbe k-allagbe added the enhancement New feature or request label Oct 4, 2024
@k-allagbe k-allagbe moved this to Todo in FertiScan Oct 4, 2024
@k-allagbe k-allagbe changed the title As a developer, I want to transition to JWT for a more reliable authentication system As a dev, I want to transition to JWT for a more reliable authentication system Oct 4, 2024
@k-allagbe k-allagbe mentioned this issue Oct 4, 2024
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants