Steve
Member since Apr 17, 2020
- Profile: /members/14153-steve.htm
- Comments: 1
Recent Blog Comments By Steve
-
HTTP Interceptors Are An Anti-Pattern That Create Hidden Dependencies And Unnecessary Complexity In Angular
Posted on Apr 17, 2020 at 8:05 AM
Isn't another concern that, lets say my app authenticates with and then consumes API_1. I then use an interceptor to tack on the jwt or whatever auth that API_1 requires. Later my app starts consuming API_2, from a 3rd party. API_2 doesn't share the same authentication mechanism as API_1. My... read more »