springio-2022-securing-spas-with-spring icon indicating copy to clipboard operation
springio-2022-securing-spas-with-spring copied to clipboard

This is the repository for the talk Securing SPAs with Spring from Spring I/O 2022

Results 1 springio-2022-securing-spas-with-spring issues
Sort by recently updated
recently updated
newest added
trafficstars

When I clone this repository and run all the modules, there is CORS problem on the inbox page : ![image](https://user-images.githubusercontent.com/87501463/194672027-fdd73a4e-35d5-4e3f-9f52-d97535296dda.png) I tried to add to BffSecurityConfiguration ` @Bean CorsConfigurationSource corsConfigurationSource()...