wi3land / ionic-appauth

Intergration for OpenId/AppAuth-JS into Ionic V3/4/5
MIT License
96 stars 74 forks source link

rxjs version dependency not compatible with angular #289

Closed joeriks closed 10 months ago

joeriks commented 10 months ago

ionic-appauth 2.0.0 requires rxjs@^7.5.7 || ^7.8.0

but angular requires rxjs@^6.5.5 || ^7.4.0

https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3

will I need to manage my own version of ionic-appauth to be able to use it with angular or am I missing something?

joeriks commented 10 months ago

I solved it with a simple override for now

"overrides": { "ionic-appauth": { "rxjs": "^6.6.7" },