No description
Find a file
Vincent Ambo ef5e8ec8bd feat(handlers): Add RequireLogin middleware
Adds a middleware that automatically redirects users to the login page
if they don't have an active session (i.e. 'author' set).
2018-04-09 09:11:23 +02:00
migrations feat(migrations): Add author columns to tables 2018-04-08 20:27:22 +02:00
src feat(handlers): Add RequireLogin middleware 2018-04-09 09:11:23 +02:00
templates feat(templates): Display author information in templates 2018-04-08 22:38:06 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
Cargo.lock fix(main): Generate random session key 2018-04-09 09:10:36 +02:00
Cargo.toml fix(main): Generate random session key 2018-04-09 09:10:36 +02:00
todo.org docs(todo): Add TODO list 2018-04-08 22:57:24 +02:00