Add support for backchannel logout #45
Annotations
10 warnings
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:
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:
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:
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)'.
|