mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Added the user login for emby users #435
This commit is contained in:
parent
4193cb88fd
commit
643676e7ea
15 changed files with 296 additions and 137 deletions
|
@ -26,6 +26,7 @@
|
|||
#endregion
|
||||
|
||||
using Nancy.Cryptography;
|
||||
using Ombi.Store.Models.Emby;
|
||||
using Ombi.Store.Models.Plex;
|
||||
using Ombi.Store.Repository;
|
||||
|
||||
|
@ -49,6 +50,7 @@ namespace Ombi.UI.Authentication
|
|||
public IUserRepository LocalUserRepository { get; set; }
|
||||
|
||||
public IExternalUserRepository<PlexUsers> PlexUserRepository { get; set; }
|
||||
public IExternalUserRepository<EmbyUsers> EmbyUserRepository { get; set; }
|
||||
|
||||
/// <summary>Gets or sets RequiresSSL property</summary>
|
||||
/// <value>The flag that indicates whether SSL is required</value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue