This repository has been archived on 2022-08-26. You can view files and clone it, but cannot push or open issues/pull-requests.
gosocial/pkg
Noah 2a8a1df6ab Initial commit
* Initial codebase (lot of work!)
* Uses vanilla Go net/http and implements by hand: session cookies
  backed by Redis; log in/out; CSRF protection; email verification flow;
  initial database models (User table)
2022-08-09 22:32:19 -07:00
..
config Initial commit 2022-08-09 22:32:19 -07:00
controller Initial commit 2022-08-09 22:32:19 -07:00
log Initial commit 2022-08-09 22:32:19 -07:00
mail Initial commit 2022-08-09 22:32:19 -07:00
middleware Initial commit 2022-08-09 22:32:19 -07:00
models Initial commit 2022-08-09 22:32:19 -07:00
redis Initial commit 2022-08-09 22:32:19 -07:00
router Initial commit 2022-08-09 22:32:19 -07:00
session Initial commit 2022-08-09 22:32:19 -07:00
templates Initial commit 2022-08-09 22:32:19 -07:00
version.go Initial commit 2022-08-09 22:32:19 -07:00
webserver.go Initial commit 2022-08-09 22:32:19 -07:00