Implemented apikey backend
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using Moonlight.Client.UI.Layouts;
|
||||
|
||||
namespace Moonlight.Client.Interfaces;
|
||||
|
||||
public interface IAppLoader
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6"/>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all"/>
|
||||
<PackageReference Include="MoonCore" Version="1.6.7" />
|
||||
<PackageReference Include="MoonCore" Version="1.6.8" />
|
||||
<PackageReference Include="MoonCore.Blazor" Version="1.2.5" />
|
||||
<PackageReference Include="MoonCore.PluginFramework" Version="1.0.2" />
|
||||
<PackageReference Include="MoonCore.Blazor.Tailwind" Version="1.0.9" />
|
||||
<PackageReference Include="MoonCore.Blazor.Tailwind" Version="1.1.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -11,8 +11,6 @@ using MoonCore.Extensions;
|
||||
using MoonCore.Helpers;
|
||||
using MoonCore.Models;
|
||||
using MoonCore.PluginFramework.Extensions;
|
||||
using MoonCore.PluginFramework.Services;
|
||||
using Moonlight.Client.Implementations;
|
||||
using Moonlight.Client.Interfaces;
|
||||
using Moonlight.Client.Services;
|
||||
using Moonlight.Client.UI;
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
using MoonCore.Attributes;
|
||||
using MoonCore.Blazor.Services;
|
||||
using MoonCore.Blazor.Tailwind.Services;
|
||||
using MoonCore.Exceptions;
|
||||
using MoonCore.Helpers;
|
||||
using MoonCore.Models;
|
||||
using Moonlight.Shared.Http.Requests.Auth;
|
||||
using Moonlight.Shared.Http.Responses.Auth;
|
||||
|
||||
namespace Moonlight.Client.Services;
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
@using MoonCore.Exceptions
|
||||
@using MoonCore.Extensions
|
||||
@using MoonCore.Helpers
|
||||
@using MoonCore.PluginFramework.Services
|
||||
@using Moonlight.Client.Interfaces
|
||||
@using Moonlight.Client.Services
|
||||
@using Moonlight.Client.UI.Partials
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
@using MoonCore.PluginFramework.Services
|
||||
@using Moonlight.Client.Interfaces
|
||||
@using Moonlight.Client.Interfaces
|
||||
@using Moonlight.Client.Models
|
||||
@using Moonlight.Client.Services
|
||||
@using Moonlight.Client.UI.Layouts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@page "/admin/api"
|
||||
|
||||
@using MoonCore.Blazor.Tailwind.Attributes
|
||||
@using MoonCore.Attributes
|
||||
@using MoonCore.Helpers
|
||||
@using MoonCore.Models
|
||||
@using Moonlight.Shared.Http.Requests.Admin.ApiKeys
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@page "/admin/system"
|
||||
|
||||
@using MoonCore.Blazor.Tailwind.Attributes
|
||||
@using MoonCore.Attributes
|
||||
@using Moonlight.Client.UI.Components
|
||||
|
||||
@attribute [RequirePermission("admin.system.read")]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@page "/admin/users"
|
||||
|
||||
@using MoonCore.Blazor.Tailwind.Attributes
|
||||
@using MoonCore.Attributes
|
||||
@using MoonCore.Blazor.Tailwind.Forms.Components
|
||||
@using MoonCore.Helpers
|
||||
@using MoonCore.Models
|
||||
|
||||
Reference in New Issue
Block a user