Add support for downloading a backup

This commit is contained in:
Dane Everitt
2020-04-05 18:56:54 -07:00
parent ccbb119948
commit c4474e22f6
6 changed files with 114 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ func ParseToken(token []byte, data TokenData) error {
_, err := jwt.Verify(token, alg, &data, verifyOptions)
return err
}
}