I apologize if this question has been answered before
I’m new to Auth0 and I happened to implement it in my newly created React application and after a couple of reads through the docs I managed to figure out how to update the user_metadata through the client
My only issue is that the changes are not being reflected on the screen unless I manually refresh the page
Does anybody have an idea where I could’ve messed up?
I think i managed to solve it by implementing these 2 functions on the fly (it needs a lot of clean up, i’m aware haha) - I was just trying to make it work at a bare minimum level before i polish it
This looks like a valid solution. There are other ways to get metadata, but this would be a good way if you need the most up-to-date version of the metadata.