Authentication BFF SPA

Secure SPA using BFF pattern with Spring Cloud Gateway

Authentication is hard. Many people have been struggling to find better ways to secure the browser-based application, especially with SPAs. Traditionally, websites use cookies to authenticate user requests, then with SPAs people moved to using token for authentication. Let’s review how the cookies and token authentication works and the differences between them. Cookies-based authentication Cookies …

Secure SPA using BFF pattern with Spring Cloud Gateway Read More »