mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-24 22:20:35 -05:00
Namespace Update (SLC/Data Ignored)
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using Microsoft.AspNetCore.Authentication;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using SharedLibraryCore;
|
||||
using SharedLibraryCore.Interfaces;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
using System.Threading.Tasks;
|
||||
using Data.Models.Client;
|
||||
using Microsoft.AspNetCore.Authentication;
|
||||
using Microsoft.AspNetCore.Authentication.Cookies;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using SharedLibraryCore;
|
||||
using SharedLibraryCore.Commands;
|
||||
using SharedLibraryCore.Interfaces;
|
||||
using static SharedLibraryCore.GameEvent;
|
||||
|
||||
namespace WebfrontCore.Middleware
|
||||
namespace IW4MAdmin.WebfrontCore.Middleware
|
||||
{
|
||||
/// <summary>
|
||||
/// Facilitates the removal of identity claims when client is demoted
|
||||
|
@ -1,10 +1,10 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using System.Linq;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using ILogger = Microsoft.Extensions.Logging.ILogger;
|
||||
|
||||
namespace WebfrontCore.Middleware
|
||||
namespace IW4MAdmin.WebfrontCore.Middleware
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the middleware functioning to whitelist connection from
|
||||
|
Reference in New Issue
Block a user