mirror of
https://github.com/pushbits/server.git
synced 2025-05-04 04:36:28 +02:00
Use #39
This commit is contained in:
parent
4e77180e88
commit
eef62f4058
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue