index
:
newsstand.git
trunk
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
Age
Commit message (
Collapse
)
Author
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 ↵
Alexander Kavon
setting sessions, guest sessions, method to return array of middlewares
2023-11-29
pass DbValues and convert to pgx.NamedArgs in db.go to save an import
Alexander Kavon
2023-11-29
user create/insert into users table, pgxpool defer moved to top of app, ↵
Alexander Kavon
me.tmpl.html, secret hashing with argon2id, updated migrations
2023-11-28
ui render templates simplify
Alexander Kavon
2023-11-28
add database connections, user model insert
Alexander Kavon
2023-11-28
working container compose w/database, no more auth package, message template ↵
Alexander Kavon
partial, working html template writing, auth routes in user/routes.go
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
2023-11-14
new packages for users, posts, server
Alexander Kavon