Authentication Setup

Configure Kinde Authentication for your PortfoHub project

Kinde Authentication Setup
  1. Sign up for a Kinde account at https://kinde.com
  2. Create a new application in the Kinde dashboard
  3. Configure your application settings and redirect URLs
  4. Copy your Client ID, Client Secret, and Issuer URL
.env.local
1KINDE_CLIENT_ID=your_kinde_client_id
2KINDE_CLIENT_SECRET=your_kinde_client_secret
3KINDE_ISSUER_URL=your_kinde_issuer_url
4KINDE_SITE_URL=your_site_url
5KINDE_POST_LOGIN_REDIRECT_URL=your_site_url/dashboard
6KINDE_POST_LOGOUT_REDIRECT_URL=your_site_url

Kinde Dashboard

Kinde Dashboard