Commit graph

27 commits

Author SHA1 Message Date
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
b02ec2c371 typo 2024-10-23 19:19:47 +02:00
97ae3b6f83 typo 2024-10-23 19:15:51 +02:00
359d2e95a6 typo 2024-10-23 19:15:11 +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
b5a71c87ad update readme 2024-10-22 14:03:51 +02:00
18bd54d3f0 add custom authentification middleware 2024-10-22 13:53:58 +02:00
fef33dc2d4 remove the client side rendering version of the app 2024-10-22 11:16:08 +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
c170e2050a cargo loco generate scaffold server name:string domain:string --htmx 2024-10-16 20:11:34 +02:00
d53053228a starter app (loco new) 2024-10-16 20:03:38 +02:00
49f6684ff0 update readme 2024-10-16 19:58:24 +02:00
7b19fcd273 Add nix-shell dev environment and update readme 2024-10-16 19:46:19 +02:00
394811ecb0 Initial commit 2024-10-16 17:22:24 +00:00