Add support for backchannel logout #44
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L245
Dereference of a possibly null reference.
|
build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L245
Dereference of a possibly null reference.
|
build:
tests/Auth0.AspNetCore.Authentication.IntegrationTests/Utils/JwtTokenBuilder.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
playground/Auth0.AspNetCore.Authentication.Playground/CustomDistributedCache.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
playground/Auth0.AspNetCore.Authentication.Playground/CustomDistributedCache.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L245
Dereference of a possibly null reference.
|
build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|