|
1 |
| -# Angular14RefreshToken |
| 1 | +# Angular 14 JWT Refresh Token example with Http Interceptor |
2 | 2 |
|
3 |
| -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.2. |
| 3 | +Implementing Angular 14 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 14 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 14 Refresh Token with Interceptor and JWT example](https://www.bezkoder.com/angular-14-refresh-token/) |
8 | 11 |
|
9 |
| -## Code scaffolding |
| 12 | +> [Angular 14 JWT Authentication & Authorization with Web API example](https://www.bezkoder.com/angular-14-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 14 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-14-spring-boot-jwt-auth/) |
12 | 16 |
|
13 |
| -## Build |
| 17 | +> [Angular 14 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-14-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 CRUD example with Web API](https://www.bezkoder.com/angular-14-crud-example/) |
18 | 23 |
|
19 |
| -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 24 | +> [Angular Pagination example](https://www.bezkoder.com/angular-14-pagination-ngx/) |
20 | 25 |
|
21 |
| -## Running end-to-end tests |
| 26 | +> [Angular File upload example with Progress bar](https://www.bezkoder.com/angular-14-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: |
24 | 29 |
|
25 |
| -## Further help |
| 30 | +> [Angular + Node Express + MySQL example](https://www.bezkoder.com/angular-14-node-js-express-mysql/) |
26 | 31 |
|
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. |
| 32 | +> [Angular + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-14-node-js-express-postgresql/) |
| 33 | +
|
| 34 | +> [Angular + Node Express + MongoDB example](https://www.bezkoder.com/mean-stack-crud-example-angular-14/) |
| 35 | +
|
| 36 | +> [Angular + Node Express: File upload example](https://www.bezkoder.com/angular-14-node-express-file-upload/) |
| 37 | +
|
| 38 | +Fullstack with Spring Boot: |
| 39 | + |
| 40 | +> [Angular + Spring Boot + H2 Embedded Database example](https://www.bezkoder.com/spring-boot-angular-14-crud/) |
| 41 | +
|
| 42 | +> [Angular + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-14-mysql/) |
| 43 | +
|
| 44 | +> [Angular + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-14-postgresql//) |
| 45 | +
|
| 46 | +> [Angular + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-14-mongodb/) |
| 47 | +
|
| 48 | +> [Angular + Spring Boot: File upload example](https://www.bezkoder.com/angular-14-spring-boot-file-upload/) |
| 49 | +
|
| 50 | +Fullstack with Django: |
| 51 | +> [Angular + Django example](https://www.bezkoder.com/django-angular-13-crud-rest-framework/) |
| 52 | +
|
| 53 | +Serverless with Firebase: |
| 54 | +> [Angular 14 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-14-firebase-crud/) |
| 55 | +
|
| 56 | +> [Angular 14 Firestore CRUD example](https://www.bezkoder.com/angular-14-firestore-crud/) |
| 57 | +
|
| 58 | +> [Angular 14 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-14-firebase-storage/) |
| 59 | +
|
| 60 | +Integration (run back-end & front-end on same server/port) |
| 61 | +> [How to integrate Angular with Node Restful Services](https://www.bezkoder.com/integrate-angular-12-node-js/) |
| 62 | +
|
| 63 | +> [How to Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-12-spring-boot/) |
0 commit comments