v0.3.0 security and edge case improvement all around
This commit is contained in:
+2
-2
@@ -1,4 +1,3 @@
|
||||
// FILE: auth/token_test.go
|
||||
package auth
|
||||
|
||||
import (
|
||||
@@ -78,4 +77,5 @@ func TestConcurrentTokenValidator(t *testing.T) {
|
||||
token := fmt.Sprintf("token-%d", i)
|
||||
assert.True(t, validator.ValidateToken(token))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user