aboutsummaryrefslogtreecommitdiff
path: root/src/guff.cr
AgeCommit message (Collapse)AuthorFilesLines
2016-05-21add clickjacking protection to logout pagePaul Duncan1-0/+5
2016-05-21DRY session cookie namePaul Duncan1-4/+8
2016-05-21add origin/referer checkPaul Duncan1-0/+14
2016-05-21fix x-frame-options callPaul Duncan1-1/+1
2016-05-21add clickjacking protectionPaul Duncan1-0/+2
2016-05-21add csrf protection to login pagePaul Duncan1-0/+58
2016-05-21make SessionModel#create consistent with other SessionModel callsPaul Duncan1-3/+3
2016-05-21add logout-page.ecrPaul Duncan1-1/+0
2016-05-21add initial model stubs, login, logout, etcPaul Duncan1-25/+312
2016-05-20make assets accessible when unauthed, populate login pagePaul Duncan1-3/+4
2016-05-20minor cleanupsPaul Duncan1-4/+4
2016-05-16remove print_usagePaul Duncan1-4/+0
2016-05-16add login pagePaul Duncan1-0/+32
2016-05-16add bunch of crapPaul Duncan1-39/+184
2016-05-15initial commitPaul Duncan1-0/+319