mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
This commit is contained in:
parent
1f4ece8b5b
commit
4feb3cd462
33 changed files with 526 additions and 119 deletions
|
@ -26,6 +26,7 @@
|
|||
#endregion
|
||||
|
||||
using Nancy.Cryptography;
|
||||
using Ombi.Store.Models.Plex;
|
||||
using Ombi.Store.Repository;
|
||||
|
||||
namespace Ombi.UI.Authentication
|
||||
|
@ -47,7 +48,7 @@ namespace Ombi.UI.Authentication
|
|||
/// <summary>Gets or sets the username/identifier mapper</summary>
|
||||
public IUserRepository LocalUserRepository { get; set; }
|
||||
|
||||
public IPlexUserRepository PlexUserRepository { get; set; }
|
||||
public IExternalUserRepository<PlexUsers> PlexUserRepository { 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