diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-06 03:14:10 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-06 03:14:10 -0700 |
commit | c0ba07669d8403f428ec250e3f3da74844c6c587 (patch) | |
tree | 94313747d9abea02b2f3b01c06308225d9db5e4a /system/admin/auth.go | |
parent | 698173a6176762f966be0abd1dc77b85e482a03a (diff) |
adding authentication & token-based persistence for users, init setup for first-use, pulling out some handlers into separate file for readability and navigation
Diffstat (limited to 'system/admin/auth.go')
-rw-r--r-- | system/admin/auth.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/admin/auth.go b/system/admin/auth.go deleted file mode 100644 index 153a31a..0000000 --- a/system/admin/auth.go +++ /dev/null @@ -1,11 +0,0 @@ -package admin - -// Session ... -type Session struct { - User - token string -} - -// User ... -type User struct { -} |