From a9b8092732e2012ffadc552052e2e070cbf380e4 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 17 Apr 2017 08:30:58 -0400 Subject: SignalR notifications --- Project-Unite/App_Start/Startup.Auth.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project-Unite/App_Start') diff --git a/Project-Unite/App_Start/Startup.Auth.cs b/Project-Unite/App_Start/Startup.Auth.cs index 5bd6820..6852f3e 100644 --- a/Project-Unite/App_Start/Startup.Auth.cs +++ b/Project-Unite/App_Start/Startup.Auth.cs @@ -14,6 +14,9 @@ namespace Project_Unite // For more information on configuring authentication, please visit http://go.microsoft.com/fwlink/?LinkId=301864 public void ConfigureAuth(IAppBuilder app) { + app.MapSignalR(); + + // Configure the db context, user manager and signin manager to use a single instance per request app.CreatePerOwinContext(ApplicationDbContext.Create); app.CreatePerOwinContext(ApplicationUserManager.Create); -- cgit v1.2.3