for token, &refactoring

This commit is contained in:
Paul Schneider 2018-07-16 02:38:09 +02:00
commit bf197ef762
65 changed files with 21 additions and 145 deletions

View file

@ -9,8 +9,6 @@ using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Diagnostics;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.AspNet.Localization;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Filters;
@ -35,7 +33,6 @@ namespace Yavsc
using Services;
using ViewModels.Auth.Handlers;
using Yavsc.Abstract.FileSystem;
using Yavsc.Server.Helpers;
using static System.Environment;
public partial class Startup