@clerk/react@6.2.0
📦 clerkView on GitHub →
✨ 3 features🔧 2 symbols
Summary
This release introduces API keys as a generally available feature, adding the new <APIKeys /> component and the useAPIKeys() hook. Dependencies were also updated.
✨ New Features
- API keys functionality is now generally available, including the new <APIKeys /> component and the useAPIKeys() hook for managing API keys.
- Introduced the <APIKeys /> React component for displaying and managing API keys.
- Introduced the useAPIKeys() hook for fetching and managing API key data, supporting pagination parameters like pageSize and initialPage.