$
pup "fix the auth bug"
Fix the authentication bug in the user session handling
logic.
$
pup "add dark mode" --enhance
Implement a dark mode toggle in the application settings page.
Add a switch component that allows users to toggle between light
and dark themes. Store the user's preference in local storage and
apply the appropriate theme on page load.
$
pup
"updated the user auth system to use JWT instead of
sessions"
--short
Switch auth from sessions to JWT.