Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 558 Bytes

File metadata and controls

25 lines (18 loc) · 558 Bytes

Authentication

Shipkit supports multiple authentication providers.

OAuth Providers

AUTH_SECRET=your_secret_key_here
AUTH_GITHUB_ID=your_client_id
AUTH_GITHUB_SECRET=your_client_secret
AUTH_GOOGLE_ID=your_client_id
AUTH_GOOGLE_SECRET=your_client_secret

Email Authentication

RESEND_API_KEY=your_api_key

Alternative Auth Libraries