Hi, An application I am writing has a requirement to perform authentication when carrying out different activities. After log in (which works fine) say a financial transaction page when submitting a form their password needs to be asked for again to double check (so there is less chance of a user's unattended computer being misused). Is there a way to do this easily with Shiro? It's a web app using Spring and Shiro.
Thanks, Marcus.
