1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

remove cookie auth from useidentity

This commit is contained in:
Kyle Spearrin
2017-10-06 14:02:28 -04:00
parent a78cdf2903
commit 857ad5b194
7 changed files with 59 additions and 12 deletions

View File

@ -89,9 +89,7 @@ namespace Bit.Identity
}
return e.Level >= LogEventLevel.Error;
})
.AddConsole()
.AddDebug();
});
// Default Middleware
app.UseDefaultMiddleware(env);