feat: resources in request body #32
Merged
Annotations
10 warnings
|
src/core/authentication/http/cookie-authenticator.ts#L34
Unnecessary conditional, value is always falsy
|
|
src/core/authentication/http/types.ts#L30
Enum Member name `HTTP_BEARER` must match one of the following formats: PascalCase
|
|
src/core/authentication/http/types.ts#L31
Enum Member name `HTTP_BASIC` must match one of the following formats: PascalCase
|
|
src/core/authentication/http/types.ts#L32
Enum Member name `API_KEY_COOKIE` must match one of the following formats: PascalCase
|
|
src/core/parsers/openapi-parser.ts#L418
Unnecessary conditional, comparison is always true, since `AuthenticatorType.API_KEY_COOKIE === AuthenticatorType.API_KEY_COOKIE` is true
|
|
src/core/parsers/openapi-parser.ts#L429
Unnecessary conditional, value is always falsy
|
|
src/core/parsers/openapi-parser.ts#L499
Unnecessary conditional, value is always falsy
|
|
src/core/policy/entities/resource.ts#L24
Unnecessary conditional, the types have no overlap
|
|
src/core/tests/test-utils.ts#L42
Expected a function expression
|
|
src/core/tests/test-utils.ts#L42
Use const or class constructors instead of named functions
|
The logs for this run have expired and are no longer available.
Loading