| Age | Commit message (Expand) | Author |
| 2024-01-22 | update db adapter, server, routes, and user model to be sqlboiler compatible | Alexander Kavon |
| 2023-12-01 | settled on map[string]interface{} for passing data to view, automatically app... | Alexander Kavon |
| 2023-11-30 | fixed login/create templates to point to correct endpoints, updated func name... | Alexander Kavon |
| 2023-11-30 | setup user show route to use session | Alexander Kavon |
| 2023-11-30 | adjusted session store to only require library and returnable session object | Alexander Kavon |
| 2023-11-30 | initial sessions support via sessions pkg, includes session middleware for se... | Alexander Kavon |
| 2023-11-29 | user create/insert into users table, pgxpool defer moved to top of app, me.tm... | Alexander Kavon |
| 2023-11-28 | ui render templates simplify | Alexander Kavon |
| 2023-11-28 | working container compose w/database, no more auth package, message template ... | Alexander Kavon |
| 2023-11-28 | build ui and render templates, build routes | Alexander Kavon |
| 2023-11-27 | config updates, rename user model, load auth routes, initial templating poc | Alexander Kavon |