angularjs - Spring Security + Angular JS + Spring MVC Rest -


i trying build web application following frameworks:

  • angular js on front end
  • rest web services in backend using spring mvc

i want use spring security authenticate requests going angular js spring rest web services. need manage session timeout/remember password etc. (all of typical functionalities of login functionality in web app)

i have gone on hundreds of articles trying find out how none of them serving purpose asking for.

any on (inline answer or external links) detailed steps highly appreciated.

(note: don't want use spring boot. many tutorials including 1 provided spring using spring boot.)

finally found way this. explained, step step process secure spring mvc based rest apis using spring security

https://malalanayake.wordpress.com/2014/06/30/stateless-spring-security-on-rest-api/


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -