Skip to Content
0
Jan 25, 2023 at 09:10 AM

How @RequiredHardLogin works?

206 Views

We have one controller method where we have used @RequiredHardLogin which is redirecting unauthenticated user to login page. But where exactly this logic is written? We don't have any such thing in Handler class. Is it in filter? If yes which filter?