Commit graph

15 commits

Author SHA1 Message Date
7aa817ee05 fix logout redirect and cleanup unsused imports 2024-10-24 00:54:45 +02:00
b6775fae9b refactoring and code cleanup 2024-10-24 00:45:28 +02:00
a73851d26f secure the jwt token cookie 2024-10-23 23:39:01 +02:00
09bf058c05 Fix the redirect issue with htmx on the register page and actually commit the changes for static assets for htmx, tailwindcss and nixin logo that I missed in previous commit 2024-10-23 22:07:57 +02:00
f9941ed06a implement user registration and other user related routes, with htmx error messages. (work in progress) 2024-10-23 18:54:44 +02:00
84bffc5f72 implement auth login with a JWT cookie 2024-10-22 23:21:11 +02:00
18bd54d3f0 add custom authentification middleware 2024-10-22 13:53:58 +02:00
6abb380c05 Add views to test user login 2024-10-21 22:20:39 +02:00
c917942591 cargo loco generate controller home --htmx 2024-10-21 19:02:17 +02:00
652ead1c2b remove the notes model added by loco app template and everything related to it 2024-10-21 17:50:55 +02:00
d1102dcf8b add code to require authentication for 2 controllers functions (2 different syntax) 2024-10-21 17:01:55 +02:00
ee1a27bb8d cargo loco generate model --link bundles_services bundle:references service:references optional:bool 2024-10-21 14:44:07 +02:00
6cbd41b1f9 cargo loco generate scaffold service name:string^ description:text configuration:text --htmx 2024-10-21 14:19:14 +02:00
d9a6cf8756 cargo loco generate scaffold bundle name:string^ description:text --htmx 2024-10-21 14:16:25 +02:00
f95a305f41 Add server side rendering version of the app 2024-10-16 20:50:41 +02:00