|
1 | | -# Angular16RefreshToken |
| 1 | +# Angular 16 JWT Refresh Token example with Http Interceptor |
2 | 2 |
|
3 | | -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.2. |
| 3 | +Implementing Angular 16 Refresh Token before Expiration with Http Interceptor and JWT. |
| 4 | +You can take a look at following flow to have an overview of Requests and Responses that Angular 16 Client will make or receive. |
4 | 5 |
|
5 | | -## Development server |
| 6 | +## Angular JWT Refresh Token Flow |
| 7 | + |
6 | 8 |
|
7 | | -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. |
| 9 | +For more detail, please visit: |
| 10 | +> [Angular 16 Refresh Token with Interceptor and JWT example](https://www.bezkoder.com/angular-16-refresh-token/) |
8 | 11 | |
9 | | -## Code scaffolding |
| 12 | +> [Angular 16 JWT Authentication & Authorization with Web API example](https://www.bezkoder.com/angular-16-jwt-auth/) |
10 | 13 | |
11 | | -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. |
| 14 | +## Fullstack |
| 15 | +> [Angular 16 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-16-spring-boot-jwt-auth/) |
12 | 16 | |
13 | | -## Build |
| 17 | +> [Angular 16 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-16-jwt-auth/) |
14 | 18 | |
15 | | -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. |
| 19 | +Run `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`. |
16 | 20 |
|
17 | | -## Running unit tests |
| 21 | +## More practice |
| 22 | +> [Angular 16 CRUD example with Web API](https://www.bezkoder.com/angular-16-crud-example/) |
18 | 23 | |
19 | | -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 24 | +> [Angular 16 Pagination example](https://www.bezkoder.com/angular-16-pagination-ngx/) |
20 | 25 | |
21 | | -## Running end-to-end tests |
| 26 | +> [Angular 16 File upload example with Progress bar](https://www.bezkoder.com/angular-16-file-upload/) |
22 | 27 | |
23 | | -Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. |
| 28 | +Fullstack with Node: |
| 29 | +> [Angular 16 + Node Express + MySQL example](https://www.bezkoder.com/angular-16-node-js-express-mysql/) |
24 | 30 | |
25 | | -## Further help |
| 31 | +> [Angular 16 + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-16-node-js-express-postgresql/) |
26 | 32 | |
27 | | -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. |
| 33 | +> [Angular 16 + Node Express + MongoDB example](https://www.bezkoder.com/angular-16-node-js-express-mongodb/) |
| 34 | + |
| 35 | +> [Angular 16 + Node Express: File upload example](https://www.bezkoder.com/angular-16-node-express-file-upload/) |
| 36 | + |
| 37 | +Fullstack with Spring Boot: |
| 38 | +> [Angular 16 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-16-crud/) |
| 39 | + |
| 40 | +> [Angular 16 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-16-mysql/) |
| 41 | + |
| 42 | +> [Angular 16 + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-16-postgresql/) |
| 43 | + |
| 44 | +> [Angular 16 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-16-mongodb/) |
| 45 | + |
| 46 | +> [Angular 16 + Spring Boot: File upload example](https://www.bezkoder.com/angular-16-spring-boot-file-upload/) |
| 47 | + |
| 48 | +Fullstack with Django: |
| 49 | +> [Angular + Django example](https://www.bezkoder.com/django-angular-13-crud-rest-framework/) |
| 50 | + |
| 51 | +> [Angular + Django + MySQL](https://www.bezkoder.com/django-angular-mysql/) |
| 52 | + |
| 53 | +> [Angular + Django + PostgreSQL](https://www.bezkoder.com/django-angular-postgresql/) |
| 54 | + |
| 55 | +> [Angular + Django + MongoDB](https://www.bezkoder.com/django-angular-mongodb/) |
| 56 | + |
| 57 | +Serverless with Firebase: |
| 58 | +> [Angular 16 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-16-firebase-crud/) |
| 59 | + |
| 60 | +> [Angular 16 Firestore CRUD example](https://www.bezkoder.com/angular-16-firestore-crud/) |
| 61 | + |
| 62 | +> [Angular 16 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-16-firebase-storage/) |
| 63 | + |
| 64 | +Integration (run back-end & front-end on same server/port) |
| 65 | +> [How to integrate Angular with Node Restful Services](https://www.bezkoder.com/integrate-angular-12-node-js/) |
| 66 | + |
| 67 | +> [How to Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-12-spring-boot/) |
0 commit comments