Record security events for signout actions
Created by: flying-robot
This records a SignOutAttempted
event into the security log on signout[0][1], followed by a SignOutSucceeded
or SignOutFailed
event based on the path taken. This will allow us to set up our internal systems end-to-end, since we'll have events flowing from application to centralized logging.
[0] https://sourcegraph.atlassian.net/browse/COREAPP-98 [1] https://sourcegraph.atlassian.net/browse/COREAPP-100