get the authenticated user in spring controller method

2024-04-13 Thread Helge Wiemann
Hi all, I am quite new to Shiro and currently moving from Spring Security to Shiro. One question: After a user is successfully authenticated and authorized, what is the best way to get the user in a Spring controller method? With used Spring Security it was something like that:

Re: get the authenticated user in spring controller method

2024-04-13 Thread Helge Wiemann
have any further questions. On Apr 13, 2024, at 10:29 AM, Helge Wiemann wrote: Hi all, I am quite new to Shiro and currently moving from Spring Security to Shiro. One question: After a user is successfully authenticated and authorized, what is the best way to get the user in a Spring c