mauriciovigolo / keycloak-angular

Easy Keycloak setup for Angular applications.
MIT License
714 stars 271 forks source link

Support for Keycloak v23 #529

Closed jpgoelz closed 5 months ago

jpgoelz commented 7 months ago

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search for issues before submitting
- [x] feature request

Desired functionality

Keycloak v23 has been released, but is not yet supported by keycloak-angular.

DeltaFox0018 commented 7 months ago

Hi, I tried updating keycloak-js to version 23.0.1 with keycloak-angular version 15.0.0 and I didn't notice any kind of problem in using

But better wait for official update of keycloak-angular with support for version 23.0.1

stephane-dereppe commented 6 months ago

As keycloak-js 23 is not supported, we are getting such errors during build:

[INFO] npm ERR! Could not resolve dependency:
[INFO] npm ERR! peer keycloak-js@"^18 || ^19 || ^20 || ^21 || ^22" from keycloak-angular@14.1.0
DeltaFox0018 commented 6 months ago

@stephane-dereppe It is not supported by keycloak-angular but you can force the installation with the -force

stephane-dereppe commented 6 months ago

@stephane-dereppe It is not supported by keycloak-angular but you can force the installation with the -force

Indeed, we can force the dep resolution. But it disables the peer dep check for all other dependencies if I'm not wrong... I would like to avoid that if possible.

DeltaFox0018 commented 6 months ago

@stephane-dereppe It is not supported by keycloak-angular but you can force the installation with the -force

Indeed, we can force the dep resolution. But it disables the peer dep check for all other dependencies if I'm not wrong... I would like to avoid that if possible.

Yes exactly and as written also in previous comments I installed version 23.0.1 but anyway I recommended to wait for official release for keycloak-js 23.0.1 support

b-thiswatch commented 5 months ago

@mauriciovigolo can you provide an eta on when this is releasable? thanks a lot!

DeltaFox0018 commented 5 months ago

@mauriciovigolo Any news?

mauriciovigolo commented 5 months ago

Hi, I will release it on Monday, 29.01. Thank you! 🙂

mauriciovigolo commented 5 months ago

Versions 14.2.0 and 15.1.0 now support Keycloak v23.

Thank you @FiReBlUe45 and all of you! 🎉