This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Auth handlers should unregister themselves after Next #704
Closed
Description
Auth handlers should unregister themselves in a finally block after Next. Right now this only happens in a catch block for some reason:
https://github.com/aspnet/Security/blob/dev/src/Microsoft.AspNetCore.Authentication/AuthenticationMiddleware.cs#L76