Changelog
Keep yourself informed about the most recent additions and improvements we’ve made to Database.
v1.0.0Nov 2024
Erikey Launch
We're excited to announce the launch of Erikey - a unified authentication and API key management platform built for modern SaaS applications.
Features:
- Session Authentication: Multi-strategy session validation with JWT, Bearer tokens, and cookies. Built on Better Auth with full TypeScript support.
- API Key Verification: Zero-config API key verification with a single function call. Get customer identity, permissions, and metadata instantly.
- Built-in Rate Limiting: Named rate limits with cost tracking. Perfect for metering tokens, credits, or API calls.
- Permissions System: Dot-notation permissions for fine-grained access control (e.g.,
users.read,api.write). - Multi-tenant Support: Namespace isolation and organization support for B2B SaaS applications.
- Customer Tiers: Define custom tiers with different rate limits and features for your customers.
SDKs:
- Node.js SDK: Full-featured SDK with
verifyKey()andvalidateSession()functions. - React SDK: Drop-in hooks for session management including
useSession(),signIn(), andsignOut().
Infrastructure:
- Edge-ready: Deployed on Cloudflare Workers for global low-latency verification.
- Type-safe: Full TypeScript support with type-safe error handling.
For more information, refer to our documentation.