Today's adventures will take me back to #OnlyJunkFans land. I'll be working on some UI stuff to guide how I shape the backend later.
My hope is that by the end of the day, the deployed version will have a demo login that works.
Discussion
Today's adventures will take me back to #OnlyJunkFans land. I'll be working on some UI stuff to guide how I shape the backend later.
My hope is that by the end of the day, the deployed version will have a demo login that works.
I have two packs of Pocket Coffee to assist me on this journey. I would like to thank them in advance for the inevitable heart attack when I chug them all down within 15 seconds1 because I'm a caffeine addicted little goblin.
Lovely, I have login & logout working with the demo user!
The code is a bit messy, will have to do something about that.
The messines stems from having to ferry over the auth session extracted by the middleware to the hypertext components.
There must be a better way to do that...
Demo login deployed.
It doesn't do much, but it did let me explore some useful crates like axum-login. That's a pretty nice crate so far, and made the entire login flow quite easy to implement.