This commit is contained in:
cubicroot 2022-02-13 13:18:13 +01:00
parent 4e77180e88
commit eef62f4058

View file

@ -7,7 +7,7 @@ import (
var (
tokenCharacters = []byte("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
regularTokenLength = 63 // This length includes the prefix (one character).
regularTokenLength = 64 // This length includes the prefix (one character).
compatTokenLength = 15 // This length includes the prefix (one character).
applicationTokenPrefix = "A"
)