Skip to content

Commit

Permalink
Use #39
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Feb 13, 2022
1 parent 4e77180 commit eef62f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authentication/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit eef62f4

Please sign in to comment.