mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Started the user auth
This commit is contained in:
parent
48fd182e52
commit
a8b6137ef8
9 changed files with 115 additions and 22 deletions
|
@ -4,6 +4,7 @@ using Nancy;
|
|||
using Nancy.Authentication.Forms;
|
||||
using Nancy.Bootstrapper;
|
||||
using Nancy.Diagnostics;
|
||||
using Nancy.Session;
|
||||
using Nancy.TinyIoc;
|
||||
|
||||
using RequestPlex.Core;
|
||||
|
@ -40,7 +41,9 @@ namespace RequestPlex.UI
|
|||
|
||||
protected override void ApplicationStartup(TinyIoCContainer container, IPipelines pipelines)
|
||||
{
|
||||
CookieBasedSessions.Enable(pipelines);
|
||||
StaticConfiguration.DisableErrorTraces = false;
|
||||
|
||||
base.ApplicationStartup(container, pipelines);
|
||||
|
||||
// Enable forms auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue