Added website stuff for Web-User administration and additional request…
Adding websites, controller and some methodes for multi Web-Users
hey @fnkbsi i took the liberty of doing some small code improvements in https://github.com/steve-community/steve/pull/1544/commits/d00c287fa2e5aabfb29356e7ad30435ea83faf80 and hope you are okay with it 🙏
@goekay @juherr I try to login the site as 'USER' and get an Error 500 >>java.lang.StackOverflowError<< Login as 'ADMIN' works fine. Q1: Can you confirm this behavior? Q2: Any hints whats causing the error and how we can fix it?
Found the Problem: The >>.requestMatchers(prefix + "/**").hasAuthority("ADMIN")<< entry must be the last one in the list of the SecurityFilterChain!
Is there any timeline on when this PR will be released?