Get password updatedAt
Is there a way to retrieve the updatedAt field from the account table when the password has been updated from the client side ?
1 Reply
You should be able to call
listAccounts
(docs: https://www.better-auth.com/docs/concepts/users-accounts#list-user-accounts) and then find the credential
providerId, then look for the updatedAt
field