Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top