ferrerojosh / nest-keycloak-connect

keycloak-nodejs-connect module for Nest
MIT License
318 stars 123 forks source link

peerDependencies upgraded to allow keycloak-connect 24.0.x #180

Closed juergenzimmermann closed 8 months ago

juergenzimmermann commented 8 months ago

Despite the package keycloak-connect is deprecated, the team goes on fixing minor bugs. And its version number follow the keycloak main version number. In this case, why to limit people with an older version? I suggest to upgrade the peerDependencies version from 23 to 24.

ferrerojosh commented 8 months ago

This seems to be the case and its been going on. But its also dangerous at the same time to allow all major versions. I'd love to do that but its risky, especially on a library related to auth.