Angular 10/9/8 Refresh Token with Interceptor and JWT example

With previous posts, we’ve known how to build Authentication and Authorization in a Angular 10/9/8 Application. In this tutorial, I will continue to show you way to implement Angular 10/9/8 Refresh Token before Expiration with Http Interceptor and JWT.

Related Posts:
In-depth Introduction to JWT-JSON Web Token
Angular 10 JWT Authentication example with Web Api
Angular 8 JWT Authentication example with Web Api

Other versions:
Angular 11 Refresh Token with Interceptor and JWT example
Angular 12 Refresh Token with Interceptor and JWT example
Angular 14 Refresh Token with Interceptor and JWT example
Angular 15 Refresh Token with JWT & Interceptor example

Read More

How to Integrate Angular 10 with Spring Boot Rest API

In this tutorial, I will show you step by step to integrate Angular 10 project with Spring Boot Rest API so that Spring Boot and Angular 10 will run in one project. You will also know how to configure Angular 10 SPA Routing to avoid Whitelabel Error Page.

Related Posts:
Angular 10 + Spring Boot + MySQL example
Angular 10 + Spring Boot + PostgreSQL example
Angular 10 + Spring Boot + MongoDB example
Angular 10 + Spring Boot: Pagination example
Angular 10 + Spring Boot: JWT Authentication example
Angular 10 + Spring Boot: File upload example

Other versions:
Integrate Angular 8 with Spring Boot Rest API
Integrate Angular 11 with Spring Boot Rest API
Integrate Angular 12 with Spring Boot Rest API

Read More

Django + Angular 10 tutorial: CRUD App Django Rest Framework

In this tutorial, we will learn how to build a full stack Django + Angular 10 example with a CRUD App. The back-end server uses Python 3/Django with Rest Framework for REST APIs and interacts with MySQL/PostgreSQL/MongoDB database. Front-end side is made with Angular 10, HTTPClient & Router.

Other versions:
using Angular 8
using Angular 11
using Angular 12
using Angular 13

Read More