Skip to main content

What's New ๐ŸŽ‰

Welcome to the latest Passkeyme features! We're constantly improving the developer experience and adding new capabilities.

๐Ÿ†• React SDK - Just Released!โ€‹

Our brand new React SDK provides the easiest way to add authentication to React applications with inline components.

New Components Available:โ€‹

PasskeymeAuthPanel ๐ŸŽจโ€‹

Complete authentication panel with built-in UI for both passkeys and OAuth providers.

import { PasskeymeAuthPanel } from '@passkeyme/react-auth';

<PasskeymeAuthPanel
providers={['google', 'github']}
onSuccess={(user, method) => console.log('Authenticated:', user)}
theme={{}}
/>

PasskeymeOAuthButton ๐Ÿ”—โ€‹

Individual OAuth provider buttons for custom layouts.

import { PasskeymeOAuthButton } from '@passkeyme/react-auth';

<PasskeymeOAuthButton
provider="google"
onSuccess={(user) => setUser(user)}
/>

PasskeymeButton โšกโ€‹

Streamlined passkey authentication button.

import { PasskeymeButton } from '@passkeyme/react-auth';

<PasskeymeButton
onSuccess={(user) => handleLogin(user)}
>
๐Ÿ” Login with Passkey
</PasskeymeButton>

Key React SDK Features:โ€‹

  • ๐ŸŽฏ TypeScript First - Full type safety out of the box
  • ๐ŸŽจ Themeable - Object-based theming with full customization
  • ๐Ÿ”„ State Management - Built-in loading, error, and success states
  • ๐Ÿ“ฑ Responsive - Mobile-optimized components
  • ๐Ÿ› ๏ธ Developer Experience - Hot reloading, clear error messages, debug mode

๐Ÿ†• JavaScript/TypeScript SDK - Just Released!โ€‹

Framework-agnostic SDK for Vue, Angular, Svelte, and vanilla JavaScript applications.

import { PasskeymeAuth } from '@passkeyme/auth';

const auth = new PasskeymeAuth({
appId: 'your-app-id',
});

// Simple authentication
const user = await auth.signIn();

Key JavaScript SDK Features:โ€‹

  • ๐ŸŒ Framework Agnostic - Works with any JavaScript framework
  • ๐Ÿ”’ Security First - Secure token management and validation
  • ๐Ÿ“ฆ Lightweight - Minimal bundle size impact
  • ๐Ÿ› ๏ธ Promise-Based - Modern async/await API

๐Ÿ†• Enhanced Hosted Auth Pages - Recently Improved!โ€‹

Our hosted authentication pages now offer even more customization and better user experience.

What's New in Hosted Auth:โ€‹

  • ๐ŸŽจ Enhanced Branding - Custom logos, colors, and styling
  • ๐Ÿ“ฑ Mobile Optimization - Improved mobile authentication flow
  • ๐Ÿ”— Better OAuth Flow - Streamlined provider selection
  • โšก Performance - Faster page loads and authentication
  • ๐Ÿ›ก๏ธ Security - Enhanced security headers and validation

Hosted Auth Benefits:โ€‹

  • ๐Ÿš€ Zero Maintenance - We handle updates and security
  • ๐ŸŽฏ Instant Setup - Just redirect users to our auth pages
  • ๐Ÿ”’ Enterprise Security - Bank-grade security infrastructure
  • ๐Ÿ“Š Analytics - Built-in authentication analytics

๐Ÿ”„ Choose Your Integration Approachโ€‹

Perfect for React applications wanting full control over the user experience.

Best for:

  • React applications
  • Custom user interfaces
  • Advanced theming requirements
  • Seamless user experience
<PasskeymeAuthPanel appId="your-app-id" onSuccess={handleLogin} />

Ideal for Vue, Angular, Svelte, or vanilla JavaScript applications.

Best for:

  • Non-React frameworks
  • Custom authentication flows
  • Programmatic control
  • Existing UI components
const user = await auth.signIn({ provider: 'google' });

๐Ÿš€ Hosted Auth Pages (Simplest Setup)โ€‹

Zero-maintenance hosted pages for rapid deployment.

Best for:

  • MVP development
  • Simple applications
  • Teams without UI/UX resources
  • Quick prototypes
window.location.href = 'https://auth.passkeyme.com/oauth/google/authorize?app_id=your-app-id';

๐Ÿ› ๏ธ Developer Experience Improvementsโ€‹

๐Ÿ“š Enhanced Documentationโ€‹

  • ๐ŸŽฏ Framework-Specific Guides - Tailored examples for React, Vue, Angular
  • ๐Ÿ”ง Migration Guides - Easy upgrade paths from other auth providers
  • ๐ŸŽจ Interactive Examples - Live code demos you can modify
  • ๐Ÿ› Troubleshooting - Common issues and solutions

๐Ÿ”ง Developer Toolsโ€‹

  • ๐Ÿ” Debug Mode - Detailed logging for development
  • ๐Ÿงช Testing Utilities - Mock authentication for testing
  • ๐Ÿ“ฆ TypeScript - Full type definitions for all APIs
  • โšก Hot Reloading - Instant updates during development

๐Ÿ“ˆ What's Coming Nextโ€‹

Q3 2025 Roadmap:โ€‹

  • ๐Ÿ” Passkey Management - User-facing passkey management UI
  • ๐Ÿ“ฑ React Native SDK - Native mobile components
  • ๐ŸŽฏ Advanced Analytics - Detailed authentication insights
  • ๐ŸŒ Internationalization - Multi-language support

Q4 2025 Preview:โ€‹

  • ๐Ÿข Enterprise Features - SSO, SCIM, and advanced admin controls
  • ๐Ÿ”ง Visual Auth Builder - No-code authentication flow designer
  • ๐Ÿ“Š Advanced Reporting - Custom authentication reports
  • ๐ŸŽจ Theme Marketplace - Pre-built authentication themes

๐Ÿš€ Get Started Todayโ€‹

Ready to try the new features? Choose your path:

React Developersโ€‹

npm install @passkeyme/react-auth

โ†’ React SDK Quick Start

Other Frameworksโ€‹

npm install @passkeyme/auth

โ†’ JavaScript SDK Guide

Hosted Authโ€‹

No installation required - just configure your app settings. โ†’ Hosted Auth Setup


๐Ÿ“ž Feedback & Supportโ€‹

Have questions about the new features? We'd love to hear from you!


Last updated: August 2025