July 20, 2024
How to secure a Spring Boot REST API using OAuth2.0, Keycloak, and how to consume it with an Angular client
How to secure a Spring Boot REST API using OAuth2.0, Keycloak, and how to consume it with an Angular client
Standalone components are components that are not part of any ngModule and are the new recommended way to create components since Angular 17
OpenID Connect (OIDC) is an open authentication protocol built on top of OAuth 2.0. It is promoted by the non-profit OpenID Foundation.
OAuth 2.0 is an open standard protocol for implementing Authorization, to grant limited access to protected resources in a secure way to third-party applications.
Understanding Angular client side routing, routing strategies (PathLocationStrategy / HashLocationStrategy), how to configure the server, and set the base href.
This post describes how to dynamically load a configuration file in an Angular application before it starts, using APP_INITIALIZER.
The summer holidays are over, you're going back to work, and you're looking for podcasts to make your daily commute more interesting? Here's my list of podcasts to listen to in 2022!
What are single page application (SPA) and multi page application (MPA), and which one to choose for your next project?