Level Up API Authentication with JWT Refresh Tokens in ASP.NET CORE and Angular

In this article, will see how can we refresh JWT Token in Asp.Net Core Web API, once the access token is expired.We will see how the token works and how the refresh token re-authenticates the user. Let’s start with JWT Token Definition What is JWT Token? In the world of web applications, a JWT (JSON … Read more

How to implement JWT Token Authentication in Angular with .NET Core?

In this article, we will demonstrate JWT Token Authentication in Angular with .NET Core. To implement the JWT Token authentication mechanism, we will use the – What is JWT Token? JWT stands for JSON Web Tokens. It is a Token-based authentication to communicate with the REST endpoints in a secure way. It is a JSON-based token so … Read more

Angular Version History

Angular is a well known powerful web application framework in use today. To provide better stability and highly optimized web application, Angular has released multiple versions from time to time. In this post, you will get brief data of angular version history. Angular Versions So far, Angular Team has released multiple Angular versions. Let’s look … Read more

What’s new in Angular 9?

Google has finally released the latest one more stable version of angular, i.e. Angular 9. This is one of the biggest updates they have made in the past few years. This release mainly focused on Ivy compiler and run time by default. Before proceeding, If you want to check the Angular version installed in your … Read more