v0.3.0 security and edge case improvement all around
This commit is contained in:
+2
-2
@@ -1,4 +1,3 @@
|
||||
// FILE: auth/jwt_test.go
|
||||
package auth
|
||||
|
||||
import (
|
||||
@@ -256,4 +255,5 @@ func TestJWTRSAFromPEM(t *testing.T) {
|
||||
|
||||
_, err = NewJWTVerifierFromPEM([]byte("invalid pem data"))
|
||||
assert.ErrorIs(t, err, ErrRSAInvalidPEM)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user