Commit graph

22 commits

Author SHA1 Message Date
946b1a9fb1 update loco-rs and its dependencies 2024-10-25 05:38:01 +02:00
edcd63d8f4 WIP navbar 2024-10-24 04:17:56 +02:00
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
72f046cb29 Fix the redirect issue with htmx on the login page and use static assets for htmx, tailwindcss and nixin logo 2024-10-23 21:33:03 +02:00
4207bbd538 update readme 2024-10-23 19:13:54 +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
4bbbe3c746 update all other depencies 2024-10-21 23:21:26 +02:00
6267616b65 upgrade to loco-rs 0.11.0 and sea-orm 1.1.0 2024-10-21 23:10:01 +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
c8e8dfae41 Add secure headers middlware in dev config 2024-10-21 17:13:31 +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