Configure Logto authentication and webhooks for your ShadcnKit project
.env
file:
your_app_id
, your_app_secret
, your_cookie_secret
, and your_logto_signing_key
with your actual values.
my awsome app
https://yourdomain.com/api/logto-webhook
.env
file as LOGTO_SIGNING_KEY
.app/api/logto-webhook/route.ts
.