Dave Syer
Dave Syer
The "proxy" sample is now working with Boot 2. I removed the "spring-session" sample (never liked that one anyway).
Yes. Look at the [top level README](https://github.com/spring-guides/tut-spring-security-and-angular-js/blob/master/README.adoc).
@avi613 that's a comment on a different project, right? Can you open a new issue there, please?
Session persistence would be an issue you should raise in the Spring Session project: https://github.com/spring-projects/spring-session. Having said that, I don't think it's a good solution for single-sign on (and the...
Thanks. That's sort of useful, so I'll just leave the pull request open and people can apply it if they want to. I prefer to have the option to force...
Correct. Is there a an error in the text somewhere?
That seems like a different issue?
Unless your front end app is using Spring, there's no easy way for it to redirect to the back end login, and that's probably not the way you want to...
Looks like maybe a network connectivity issue. Clear your “node” cache and try again? Try again in a different network.
Some of the projects in this guide use Zuul, and the route configuration looks much better IMO in YAML, so I think we should keep it that way. I'd be...