mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
store device type and ip address on events
This commit is contained in:
@@ -98,6 +98,9 @@ namespace Bit.Identity
|
||||
app.UseMiddleware<CustomIpRateLimitMiddleware>();
|
||||
}
|
||||
|
||||
// Add current context
|
||||
app.UseMiddleware<CurrentContextMiddleware>();
|
||||
|
||||
// Add IdentityServer to the request pipeline.
|
||||
app.UseIdentityServer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user