Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top