A bug in authorization filter fixed. Modifying sample to use the fix.
A bug in authorization filter at a controller level failing to honor a [AllowAnonymous] override at an action level was fixed. Modifying the sample to use the fix.
This commit is contained in:
parent
e57ca9ab61
commit
80bccdd810
|
|
@ -9,8 +9,7 @@ using System.Threading.Tasks;
|
|||
|
||||
namespace MusicStore.Controllers
|
||||
{
|
||||
//https://github.com/aspnet/WebFx/issues/309
|
||||
//[Authorize]
|
||||
[Authorize]
|
||||
public class AccountController : Controller
|
||||
{
|
||||
public UserManager<ApplicationUser> UserManager
|
||||
|
|
|
|||
Loading…
Reference in New Issue