How do I store the logged in users in my own DB?

Hi @erikvmalmberg did you figure out the best practice for this (I’m also surprised this isn’t an issue everybody has).

I was considering creating a user in our DB in a hook however I’d be nervous about consistency issues, e.g. if we used “Pre User Registration” what happens if the auth0 user creation failed? or If we used " Post User Registration" what happens if our DB call failed :thinking: