Removed IdentityServer, it was overkill #865

This commit is contained in:
Jamie.Rees 2017-08-07 11:57:15 +01:00
parent 7645aff996
commit 046211e017
17 changed files with 226 additions and 346 deletions

View file

@ -7,14 +7,12 @@ using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Ombi.Core.Engine.Interfaces;
using Ombi.Core.IdentityResolver;
using Ombi.Core.Rule.Interfaces;
using Ombi.Store.Entities.Requests;