Hi Shiro Community, I am planning to use Shiro to do user authentication for web services accesses and would like to get some advice on how incorporate my application custom login method into the Shiro authentication flow?
I was thinking about either extending the DelegatingSubject to override login() method, or just do the login in my custom Realm.doGetAuthenticationInfo() method? Appreciate any input or help. -- Thanks, Henry
