Improvement for authentication module
Showing
- src/app/+home-page/home-page.component.ts 3 additions, 1 deletionsrc/app/+home-page/home-page.component.ts
- src/app/core/auth/auth-object-factory.ts 9 additions, 5 deletionssrc/app/core/auth/auth-object-factory.ts
- src/app/core/auth/auth-request.service.ts 17 additions, 6 deletionssrc/app/core/auth/auth-request.service.ts
- src/app/core/auth/auth-response-parsing.service.ts 15 additions, 13 deletionssrc/app/core/auth/auth-response-parsing.service.ts
- src/app/core/auth/auth-storage.service.ts 34 additions, 0 deletionssrc/app/core/auth/auth-storage.service.ts
- src/app/core/auth/auth-type.ts 1 addition, 0 deletionssrc/app/core/auth/auth-type.ts
- src/app/core/auth/auth.actions.ts 6 additions, 5 deletionssrc/app/core/auth/auth.actions.ts
- src/app/core/auth/auth.effects.ts 16 additions, 21 deletionssrc/app/core/auth/auth.effects.ts
- src/app/core/auth/auth.interceptor.ts 97 additions, 0 deletionssrc/app/core/auth/auth.interceptor.ts
- src/app/core/auth/auth.reducers.ts 20 additions, 11 deletionssrc/app/core/auth/auth.reducers.ts
- src/app/core/auth/auth.service.ts 83 additions, 22 deletionssrc/app/core/auth/auth.service.ts
- src/app/core/auth/authenticated.guard.ts 20 additions, 12 deletionssrc/app/core/auth/authenticated.guard.ts
- src/app/core/auth/models/auth-error.model.ts 7 additions, 0 deletionssrc/app/core/auth/models/auth-error.model.ts
- src/app/core/auth/models/auth-info.model.ts 0 additions, 5 deletionssrc/app/core/auth/models/auth-info.model.ts
- src/app/core/auth/models/auth-status.model.ts 8 additions, 0 deletionssrc/app/core/auth/models/auth-status.model.ts
- src/app/core/auth/models/auth-token-info.model.ts 11 additions, 0 deletionssrc/app/core/auth/models/auth-token-info.model.ts
- src/app/core/auth/models/normalized-auth-status.model.ts 26 additions, 0 deletionssrc/app/core/auth/models/normalized-auth-status.model.ts
- src/app/core/cache/response-cache.models.ts 27 additions, 3 deletionssrc/app/core/cache/response-cache.models.ts
- src/app/core/core.module.ts 13 additions, 1 deletionsrc/app/core/core.module.ts
- src/app/core/data/request.models.ts 2 additions, 2 deletionssrc/app/core/data/request.models.ts
Please register or sign in to comment