Add support for backchannel logout #49
Annotations
10 warnings
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L247
Dereference of a possibly null reference.
|
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L247
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L247
Dereference of a possibly null reference.
|
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
The logs for this run have expired and are no longer available.
Loading