aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/sessions_controller.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify session param structure in tests and controller.Matthew Lemon2024-12-151-1/+1
| | | | | | Fixes bug with passing the password Replaced nested session hash with direct email and password params in test setup, aligning with the updated `SessionsController`. This ensures consistency between test code and actual implementation.
* Refactor user session handling and UI enhancements.Matthew Lemon2024-12-151-1/+1
| | | | Updated logout redirection with a success notice and improved UI feedback on the home page. Enhanced navbar logic to reflect user authentication state, modified page titles, and adjusted access permissions for various controllers. Fixed admin access control for PDF resources index action.
* initial after migrationMatthew Lemon2024-11-111-0/+21