The purpose of this very simple service is to interface between the
AuthService and the specific token manipulation routing of JwtHelperService.
In this way, if in the future we want to replace JwtHelperService by
another service, AuthService doesn't need to be modified, only this service.
The purpose of this very simple service is to interface between the AuthService and the specific token manipulation routing of JwtHelperService. In this way, if in the future we want to replace JwtHelperService by another service, AuthService doesn't need to be modified, only this service.