mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Implimented the password part and authentication with Plex
This commit is contained in:
parent
5b0a78894e
commit
8b3f35edbb
3 changed files with 12 additions and 2 deletions
|
@ -41,7 +41,7 @@ namespace PlexRequests.Api
|
|||
}
|
||||
private static string Version { get; set; }
|
||||
|
||||
public PlexAuthentication GetToken(string username, string password)
|
||||
public PlexAuthentication SignIn(string username, string password)
|
||||
{
|
||||
var userModel = new PlexUserRequest
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue