Angular-auth-oidc-client: upgrade RxJx

Created on 21 Mar 2018  路  11Comments  路  Source: damienbod/angular-auth-oidc-client

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?

enhancement

Most helpful comment

yep, time for this, will do it within the next week

All 11 comments

"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!

Requires rxjs-compat to run with 6.1.0

"rxjs": "^6.1.0",
"rxjs-compat": "^6.1.0",

npm released version 6.0.0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cgatian picture cgatian  路  4Comments

yelhouti picture yelhouti  路  4Comments

brentos99 picture brentos99  路  4Comments

JohnGalt1717 picture JohnGalt1717  路  3Comments

toddtsic picture toddtsic  路  4Comments