You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While browsing libraries code, I've found that it's using jwt-decode to decode the JWT token fetched from the Keycloak server. I think it would be better to use the tokenParsed property that is available in Keycloak's instance. There is all the data from the JWT token, and it won't be needed to enforce users to install jwt-decode.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi!
While browsing libraries code, I've found that it's using jwt-decode to decode the JWT token fetched from the Keycloak server. I think it would be better to use the tokenParsed property that is available in Keycloak's instance. There is all the data from the JWT token, and it won't be needed to enforce users to install jwt-decode.
Cheers!
The text was updated successfully, but these errors were encountered: