hanko icon indicating copy to clipboard operation
hanko copied to clipboard

Correcting user type

Open rktmatt opened this issue 2 years ago • 0 comments

When doing :

const hanko = useHanko();
const user = await hanko?.user.getCurrent();

The user type is defined as follows:

user = {
email,
id,
webauthn_credentials[]
}

This lacks two elements that are quite useful: updated_at and created_at

Could we add those?

Thanks!

rktmatt avatar Jan 19 '24 16:01 rktmatt