georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 5 forks source link

login - fix thymeleaf integration (reverts a modification from #114) #121

Closed pmauduit closed 3 months ago

pmauduit commented 3 months ago

See https://github.com/georchestra/georchestra-gateway/pull/114#issuecomment-2097855798

Using RestController will disable thymeleaf template integration, reverting back to Controller annotation instead.

Tests: runtime in the docker composition provided at the root of the reppository.

pmauduit commented 3 months ago

Maybe the login will deserve its own class instead of being put into the GeorchestraGatewayApplication class (which is the main one). Could be revisited later on.