amozh / angular-security-csrf-demo

https://spring.io/guides/tutorials/spring-security-and-angular-js/
1 stars 0 forks source link

how to run this project ? #1

Open ghost opened 9 years ago

ghost commented 9 years ago

Could you please provide step by step suggestions?

amozh commented 9 years ago

Hello! Sure, i can do it ASAP. Do you have some estimates to implement this?

ghost commented 9 years ago

CSRF concept is very important as a penetration testing is concerned. I would request you to make it available to your soonest possible. Also I would request you to restructure a project like I hope .jsp files should be present in WEB-INF folder.

amozh commented 8 years ago

See the readme.md file. Unfortunately i do not use jsp concept at all. More modern way is to use REST API and resources-based project structure. In this project you don't need the WEB-INF folder because Spring Boot uses embedded Tomcat and deploys all required files to Tomcat by itself.