You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this seems like the ideal integration point for firing external events (audit logging for instance) but needs the applicable user to be useful. Or do you suggest another approach?
The text was updated successfully, but these errors were encountered:
nefilim
changed the title
Feature Request: add logged in user to loginSucceeded
Feature Request: expose logged in user in loginSucceeded
Oct 23, 2015
I think I also need this in order to redirect every user to the appropriate top page (for that group of users) after login. Current workaround is to have a single controller for all that just dispatches based on group, but it would be nice to not need the extra level of indirection.
Is it possible to propagate the logged in user to
this seems like the ideal integration point for firing external events (audit logging for instance) but needs the applicable user to be useful. Or do you suggest another approach?
The text was updated successfully, but these errors were encountered: