Prerequisites
Before You Start
To use Kyqu, you need:
- A web browser — Chrome, Firefox, Safari, or Edge
- An email address — For your admin account
- A product — A website, app, browser extension, API, or anything that needs authentication
- (Optional) An SMTP server — For transactional emails from your project
Integration Requirements
To integrate Kyqu auth into your product, you'll need:
- Project ID and Public Key — From the admin dashboard
- API access — Your product must be able to make HTTP requests
- Session storage — Store bearer tokens securely in your app
Supported Frameworks
The @kyqu/client SDK works anywhere with fetch support:
- Browsers — All modern browsers
- Node.js — Version 18+
- Deno — All versions
- Bun — All versions
- React — Via the optional
@kyqu/client/reactentry point
No framework-specific adapters needed — just HTTP.