Updating a user's name
I would like to have the possibility for a user to change their own name (
Is it possible for a user to change their name and see it reflected immediately without having to logout and login again?
given_name and family_name). I have figured out that it's possible to update it using the Kinde Management API, and I can verify that the names do get changed. The problem is that after changing the name, the user will not be able to see this change until they logout and login again.Is it possible for a user to change their name and see it reflected immediately without having to logout and login again?