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
Is your feature request related to a problem? Please describe.
I want to transform the received object from the profile URL defined in options.fetchData.url before storing it as a user. This is currently not possible, since only options.fetchItem is used as key to transform the received object.
This is a bit confusing with options.loginData.fetchData that is a function that transform the response from the login URL only.
Describe the solution you'd like options.fetchData could use options.fetchItem as a function and call it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to transform the received object from the profile URL defined in
options.fetchData.url
before storing it as a user. This is currently not possible, since onlyoptions.fetchItem
is used as key to transform the received object.This is a bit confusing with
options.loginData.fetchData
that is a function that transform the response from the login URL only.Describe the solution you'd like
options.fetchData
could useoptions.fetchItem
as a function and call it.The text was updated successfully, but these errors were encountered: