Building with purpose 6.2: Retrieving the user from Clerk
Having the long-lived token copied somewhere nearby, it's now time to retrieve the user from Clerk, but to do so, we need to make a few adjustments.
From our index.ts, we need to modify the dotenv import and use import "dotenv/config" instead. Make s...
jordi0lle.hashnode.dev1 min read