We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove all code references and dependencies to Spring Security. Change the all previously authenticated pages to public by default.
Spring Security adds complexity to the webapp, so it should be removed.
The text was updated successfully, but these errors were encountered:
refactor: remove spring security
00f4683
#1961
89bc0a1
Remove `<sec>` from JSPs. #1961
refactor: remove spring security - sign out
e6e856e
Restore sign out functionality. #1961
refactor: remove spring security - skip redirect after first sign-on
0288955
jo-elimu
Successfully merging a pull request may close this issue.
Description
Remove all code references and dependencies to Spring Security. Change the all previously authenticated pages to public by default.
Why?
Spring Security adds complexity to the webapp, so it should be removed.
The text was updated successfully, but these errors were encountered: