Use random session IDs instead of jwt

This commit is contained in:
Ken-Håvard Lieng 2018-04-26 21:32:21 +02:00
parent 6f0ea05f4b
commit 0648b67cb8
26 changed files with 45 additions and 1622 deletions

View file

@ -52,7 +52,3 @@ func (d directory) Config() string {
func (d directory) Database() string {
return filepath.Join(d.Root(), "dispatch.db")
}
func (d directory) HMACKey() string {
return filepath.Join(d.Root(), "hmac.key")
}