Use random session IDs instead of jwt
This commit is contained in:
parent
6f0ea05f4b
commit
0648b67cb8
26 changed files with 45 additions and 1622 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue