Question

I'm starting with Spring Security and would like to know if it's possible to get the last access time of logged user.

Was it helpful?

Solution

Yes, but you will have to track that information. For example: How to correctly update the login date time after successful login with Spring security?

There is no out of the box feature provided by Spring security.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top