mauriciovigolo/keycloak-angular

Use native promises instead of Keycloak's internal implementation

jonkoops opened this issue · 4 comments

Since Keycloak 8 a deprecation message is logged instructing users to use promiseType: 'native', which will make all methods that previously returned a Keycloak promise return a standardized promise instead.

To align with these changes we will need to introduce a breaking change to the Keycloak instance returned by Keycloak Angular.

It will be likely that we can introduce this change without making any breaking changes due to keycloak/keycloak#6665.

We're still gonna need some utility code that converts old-style Promises from older versions of Keycloak included as a peer-dependency.

Wlada commented

When we can expect release and tagged version?

@Wlada probably somewhere in the coming weeks

Wlada commented