We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0610537 commit 1434380Copy full SHA for 1434380
1 file changed
auth/token.go
@@ -7,7 +7,7 @@ import (
7
8
var (
9
tokenCharacters = []byte("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_")
10
- randomTokenLength = 14
+ randomTokenLength = 22 // ~2^132.5 keyspace (7.65e+39)
11
applicationPrefix = "A"
12
clientPrefix = "C"
13
pluginPrefix = "P"
0 commit comments