-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
sec: authorize, hidden display problem #51
Comments
I'm not sure I understand your problem. Could you please be more specific? If what you say is that a |
I have the same problem.And i'm using SpringBoot.I tried thymeleaf-extras-springsecurity4 and thymeleaf-extras-springsecurity3,but failed.I still could see the |
@StupidPz me too |
specify your spring boot version, please... |
@Kingsearch @marccollin try to change the version.it should work.
|
Worked for me with the versions specified by @StupidPz , thank you :). I've just changed the version of thymeleaf-layout-dialect.version to 2.3.0 I'm using Spring Boot Version 2.0.1.RELEASE |
try adding the code below which worked for me: |
I've introduced thymeleaf-extras-springsecurity4 in pom. html page namespace is also added http://www.thymeleaf.org/extras/spring-security. But why I did not log in, sec: authorize = "isAuthenticated ()" This can not be hidden
The text was updated successfully, but these errors were encountered: