Auth0: Authenticate API integration with React and .Net Core (Part – 3)

In this article, we will integrate Auth0 Authenticate API with web client i.e. React and backend server i.e. .net core. Before moving further we need to do some basic setup in Auth0. Please follow this article Auth0: Basic Setup Guide for the same. In the article Auth0: Authenticate API integration with React, we have utilized auth0…

Auth0: Authenticate API integration with React (Part – 2)

In this article, we will integrate Auth0 Authenticate API with web client i.e. React. In our article Auth0: Basic Setup Guide, we have done the basic setup needed for Auth0 integration. However we need a Single page application(SPA) in order to use Auth0 Authentication API. Let’s create a SPA application called “Custom SPA”. In settings…

Auth0: Basic Setup Guide (Part – 1)

Whenever we want to make our app secure with less effort, the first word that comes to our mind is Auth0 and that’s how powerful it is. However it provides much more than that i.e. manage users along with their roles, permissions, multiple organizations for same users, etc. and sometimes when we have so many…

Building a TypeScript-Powered Angular Application

As a web developer, you are likely familiar with the advantages that TypeScript brings to the table. Its strong static typing, object-oriented features, and enhanced tooling make it a powerful language for building robust and scalable web applications. On the other hand, Angular has become one of the most popular frameworks for developing dynamic and…