Fixes: U4-6723 User timeout in the back office is an issue with new ASP.Net identity implementation

This commit is contained in:
Shannon
2015-06-18 19:16:49 +02:00
parent 7fc474d62b
commit 7c96f95491
11 changed files with 195 additions and 81 deletions

View File

@@ -4,6 +4,7 @@ using Umbraco.Core;
namespace Umbraco.Web.WebApi
{
/// <summary>
/// Ensures authorization is successful for a back office user
/// </summary>