You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current authentication services/helpers and its potential link with HttpService is a source of confusion that can lead to unintuitive errors like this #436 and #432
I suggest to extract the credentials part in a separate service, so that circular dependencies issues are avoided if anyone adds HttpService in the AuthenticationService and use the credentials in an interceptor, which is to me a basic use case.
The text was updated successfully, but these errors were encountered:
The current authentication services/helpers and its potential link with
HttpService
is a source of confusion that can lead to unintuitive errors like this #436 and #432I suggest to extract the credentials part in a separate service, so that circular dependencies issues are avoided if anyone adds
HttpService
in theAuthenticationService
and use the credentials in an interceptor, which is to me a basic use case.The text was updated successfully, but these errors were encountered: