spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folder content for double/gateway seems incorrect

colosistech opened this issue · comments

Hi Dave,
Thanks for detailed tutorial & repository. I was going through it and noticed that Section 6 (Multiple UI Applications and a Gateway) of the tutorial
https://spring.io/guides/tutorials/spring-security-and-angular-js/#_multiple_ui_applications_and_a_gateway_single_page_application_with_spring_and_angular_js_part_vi
have references to /double project of this github repository. Here, the gateway sub-folder should have Java project (with zuul and security configurations), but gateway folder contains angular code.

I'm sorry if I am missing something, kindly help!

got it, it was error at my end.