سؤال

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

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top