You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Spring Boot 2.3.1 application that uses thymeleaf-extras-springsecurity5. The sec:authorize="isAnonymous()" it's not workning when user is no logged in. The sec:authorize="isAuthenticated()" works fine, after I login, the button logout appears.
I don't know very much about WebFlux and Reactive stuff, but it looks like there might be a problem w/ the combination of Thymeleaf + Spring Security + WebFlux as this has also been reported in #68
I have a Spring Boot 2.3.1 application that uses thymeleaf-extras-springsecurity5. The
sec:authorize="isAnonymous()"
it's not workning when user is no logged in. Thesec:authorize="isAuthenticated()"
works fine, after I login, the button logout appears.pom.xml
statement
Github repo: https://github.com/maykon-oliveira/exame-chunin-devdojo
The text was updated successfully, but these errors were encountered: