Hi there! Users metadata update stopped working a while ago so I'm wondering if we're doing things right. Here is our current flow:
1. Login is done on the client side (with the netlify recipe)
2. A user can update a specific metadata. We have a route that calls
updateUserMetadata
, this works
3. Then client-side, we try to refresh the metadata and it does not work:
hey @florian_lefebvre there is no implicit link between the session's access token payload and the user metadata recipe. So updating one does not auto update the other
f
florian_lefebvre
02/13/2024, 2:11 PM
ah makes sense! What's the recommended way of updating the session metadata then? I didn't see it in the docs but I've probably missed it
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).