increase token validity

This commit is contained in:
lukas-heiligenbrunner 2022-11-30 23:30:24 +01:00
parent 752200d42e
commit af1de3a244

View File

@ -21,7 +21,7 @@ func (p Perm) String() string {
}
const SignKey = "89013f1753a6890c6090b09e3c23ff43"
const TokenExpireHours = 24
const TokenExpireHours = 8760
type Token struct {
Token string