Started the user auth

This commit is contained in:
tidusjar 2016-03-02 15:18:06 +00:00
parent 48fd182e52
commit a8b6137ef8
9 changed files with 115 additions and 22 deletions

View file

@ -131,8 +131,10 @@
</Content>
<Compile Include="Models\PlexAuth.cs" />
<Compile Include="Models\RequestViewModel.cs" />
<Compile Include="Models\SessionKeys.cs" />
<Compile Include="Modules\AdminModule.cs" />
<Compile Include="Modules\IndexModule.cs" />
<Compile Include="Modules\UserLoginModule.cs" />
<Compile Include="Modules\LoginModule.cs" />
<Compile Include="Modules\RequestsModule.cs" />
<Compile Include="Modules\SearchModule.cs" />
@ -219,6 +221,9 @@
<Content Include="Views\Admin\CouchPotato.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Views\UserLogin\Index.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Web.Debug.config">
<DependentUpon>web.config</DependentUpon>
</None>