Posts by Maxwel • 41 points
1 post
-
4
votes1
answer348
viewsQ: Validation of quantity of sessions with spring boot and spring security
I need to validate the number of sessions that may exist, so that the user cannot log into two places at the same time with the same credentials. Reading the Spring Security documentation and posts,…