feat(auth): Add Clerk user sync to database using webhooks

This commit is contained in:
2024-11-21 01:53:43 -05:00
parent 8fc8da036c
commit 645b4b63aa
6 changed files with 375 additions and 40 deletions

View File

@@ -1,5 +1,6 @@
{
"conventionalCommits.scopes": [
"homepage"
"homepage",
"repo"
]
}