I\'d like to track when users are logging in to my application. I have some code that I would like to execute right after the user is authenticated. The problem is, I can\'t fig
This link Post Authentication Logic on ByteClip explains how to execute some logic after successful authentication without disturbing spring security filter chain