I'm trying to develop an extension that would listen to successful login and assign groups or other metadata thereafter. It seemed like a good idea to listen for the User/Event/LoggedIn. But when I test it, I can only get this event to be raised when doing a normal user/pass login, not when the login is performed by a LoginProvider, e.g. Github or similar.
So this seems like a potential bug to me, but maybe someone who knows a bit more on the events system could explain?