Use native promises instead of Keycloak's internal implementation
jonkoops opened this issue · 4 comments
jonkoops commented
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.
jonkoops commented
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 commented
Ok, thanks for letting me know
…On Thu, 23 Apr 2020, 13:19 Jon Koops, ***@***.***> wrote:
@Wlada <https://github.com/Wlada> probably somewhere in the coming weeks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ45HPU56YZ5PUBI4CZQ63ROAP3DANCNFSM4JYM7KCQ>
.