retrieve_user_using_jwt is not working with FA 1.62.1
-
Hi,
We have been using the FA 1.41.3 for a long time and were very happy with it. We recently upgraded to 1.62.1 and we noticed that the
anonymous_client.retrieve_user_using_jwt(token)function call from the FA python client library does not work anymore. We are getting 401 response with no content.We have verified that function works without any problem with the FA 1.41.3.
We are using fusionauth client library 1.62.0.
Could you please let us what do we need to update to make this work?
Thank you!
John -
@johnmiller It looks like the issue is that the 'retrieve a user via JWT' functionality was removed in 1.60.0. (It appears the User API JWT authentication method was deprecated in version 1.50.0. An issue has been filed to remove it from the client libraries.
Thank you from bringing this to light.
-
@johnmiller Can you please share a code snippet of the call? I will try to recreate and see if we can figure something things out.
-
@johnmiller It looks like the issue is that the 'retrieve a user via JWT' functionality was removed in 1.60.0. (It appears the User API JWT authentication method was deprecated in version 1.50.0. An issue has been filed to remove it from the client libraries.
Thank you from bringing this to light.
-
M mark.robustelli has marked this topic as solved