mirror of
https://github.com/pushbits/server.git
synced 2025-05-25 06:46:35 +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 (
|
var (
|
||||||
tokenCharacters = []byte("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
|
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).
|
compatTokenLength = 15 // This length includes the prefix (one character).
|
||||||
applicationTokenPrefix = "A"
|
applicationTokenPrefix = "A"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue