keycloak-schematic
keycloak-schematic copied to clipboard
Support Http Interceptor
From angular 4.3 it is possible to use Http Interceptor to intercept requests. https://stackoverflow.com/questions/45129790/difference-between-http-and-httpclient-in-angular-4
The old HTTP abstraction is deprecated and will be removed in a future release anyway. But moving completely to then new http client would be a breaking change.
Check this https://github.com/giovannicandido/angular-http-interceptor/