Testing new oauth2 setup

This commit is contained in:
Masu-Baumgartner
2024-11-11 16:46:51 +01:00
parent d92f996169
commit a074f0c4f0
7 changed files with 91 additions and 480 deletions

View File

@@ -1,6 +1,8 @@
namespace Moonlight.ApiServer.Database.Entities;
using MoonCore.Extended.OAuth2.Consumer;
public class User
namespace Moonlight.ApiServer.Database.Entities;
public class User : IUserModel
{
public int Id { get; set; }