Zweanslord / Stersectas

Interstellar civilizations carve their own path through space.
0 stars 0 forks source link

Add integration between spring security and thymeleaf #11

Closed Zweanslord closed 8 years ago

Zweanslord commented 8 years ago

Currently code such as <p sec:authentication="name">This is a user speaking</p> does not work to display the current logged in user. This, combined with other thymeleaf security tags is easier to use than the current [[${#httpServletRequest.remoteUser}]].

This is probably the component that needs to be added: https://github.com/thymeleaf/thymeleaf-extras-springsecurity

Zweanslord commented 8 years ago

The thymeleaf security tags are now available for use.