Hello, I'm trying to find a way of updating a DateTime field in my user table, to indicate when that user was last logged in. My best guess right now is creating a new handler that implements the *org.apereo.cas.authentication.PrePostAuthenticationHandler* interface and adding my functionality in the *PrePostAuthenticationHandler()* method.
Just wondering if this is the correct way though or if there is a better way of going about it. Any examples/references would be much appreciated. Thank you. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/50168dcf-dbe6-4a9e-bec5-afa35e61e67a%40apereo.org.
