The rc release of angular upgrade RxJx to 6.0.0-beta.0 that incompatible with code base of this lib .
My app is an in progress with angular 6.x .
Can you release a beta version at least for developer like me?
"angular-auth-oidc-client": "4.1.0"
"rxjs": "5.5.7"
During _"https://d**/.well-known/openid-configuration/jwks"_ I`m getting this error:
"You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, Array, or Iterable"
@mikeandersun @kochax thanks
+1
+1
yep, time for this, will do it within the next week
I have tested this with (Angular 5.2.10)
"angular-auth-oidc-client": "4.1.0"
"rxjs": "5.5.10"
This is working.
I will begin work on a version for Angular 6 now.
@damienbod Actually the problem was in the interceptors. More at https://stackoverflow.com/questions/47869196/angular-4-http-request-error-you-provided-undefined-where-a-stream-was-expe
Keep your good work on this lib, it's very useful.
Best Regards,
Jovan
Any ETA on Angular 6 version? Thanks!
https://github.com/damienbod/AspNetCoreAngularSignalRSecurity/tree/master/DirectMessagesAngular
This with with Angular 6 and rxjs 6
Greeitngs Damien
Requires rxjs-compat to run with 6.1.0
"rxjs": "^6.1.0",
"rxjs-compat": "^6.1.0",
npm released version 6.0.0
Most helpful comment
yep, time for this, will do it within the next week