sakeel-103 / DFS-BFS-Graph-Travers

The DFS-BFS graph traversal project is built using Angular for the frontend and Node.js for the backend. It demonstrates two popular graph traversal algorithms: Depth-First Search (DFS) and Breadth-First Search (BFS). These algorithms are fundamental for exploring nodes and edges of a graph, solving a variety of computational and real-world problem
https://dfs-bfs-graph-travers.netlify.app
7 stars 6 forks source link

Implement Session Management to Remember Logged-In User Across Reloads #38

Open Dipu2552003 opened 3 hours ago

Dipu2552003 commented 3 hours ago

Currently, users need to re-enter their login credentials every time the page reloads or they revisit the site, which disrupts the user experience. I propose implementing session management to remember the logged-in user across page reloads, eliminating the need to go through the login page repeatedly.

By storing session data securely on the backend, the system can verify the user’s session on each page load. This improvement will streamline the user journey and improve overall usability, ensuring that logged-in users can seamlessly access the site without unnecessary interruptions. The backend modification will involve handling session tokens or user identifiers to persist the login state effectively. design

@sakeel-103

github-actions[bot] commented 3 hours ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!