Is it possible to update a users metadata with a h...
# talk-kratos
j
Is it possible to update a users metadata with a hook during a sign up flow?
f
i think you can (if its already persisted), but it won’t update the identity object in memory until kratos re-reads it again (so until after sign up handler finishes).
j
I don’t see how it’s possible
c
nvm