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
On Credentials implementation L have called user data API in JWT callback which add delay in response and it calls backend a lot of time that make the app sluggish and slow.
I think if we have a way to mutate session feature there will to be no reason to fetch user data on every callback to get latest user data.
questionAsk how to do something or how something works
1 participant
Converted from issue
This discussion was converted from issue #2386 on July 16, 2021 13:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
On
Credentials
implementation L have called user data API in JWT callback which add delay in response and it calls backend a lot of time that make the app sluggish and slow.I think if we have a way to mutate session feature there will to be no reason to fetch user data on every callback to get latest user data.
Is there any other solution to this problem?
How to reproduce ☕️
Setup user data fetching API in JWT callback.
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions