Quantcast
Channel: Authentication using cookies in spring boot - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Dimitri Mestdagh for Authentication using cookies in spring boot

Since security is a complex matter, I recommend using Spring Security, even though you're tasked to do it without. To illustrate the complexity about security, I can already tell you that your current...

View Article



Answer by Alien for Authentication using cookies in spring boot

You are using Spring framework which has the capability for the same which you are trying to achieve. so why to do it manually?Have a look at spring...

View Article

Authentication using cookies in spring boot

//Part of my Controller class@RequestMapping("/login") public String login(HttpServletRequest request,HttpServletResponse response) { request.setAttribute("mode", "MODE_LOGIN"); return "welcomepage"; }...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images