How does clerk handle custom User Database?
Unanswered
futuredevengineer posted this in #help-forum
Looking at the official docs, and how Clerk handle user session, it seems to use its own user table in some database? I am seeing
user.firstname
in the screenshot, but my User
model does not have firstname
and lastname
, so my question is, how do i tell clerk i want it to recognize my User Model/table in db?