Reclaim OAuth
Reclaim Auth - JS
Reclaim Auth JavaScript SDK provides a simple way to integrate Reclaim Protocol authentication into any web application. It offers a streamlined authentication experience with secure token management and event-based state handling.
Current Features
- π Secure OAuth 2.0 authentication - Industry-standard security protocol
- π Popup-based authentication flow - Seamless user experience
- π Automatic token management - Handles refresh and access tokens
- π‘ Event-based state management - Real-time authentication state updates
- π‘οΈ Built-in security features - Protection against common vulnerabilities
- π¦ Multiple distribution options - Flexible deployment via CDN or npm
Implementation Overview
Important Security Requirements
- Authentication occurs through a secure popup window
- Requires HTTPS in production environments
- Mandatory redirect URI configuration for security
- Uses Authorization Code Grant flow (PKCE support coming soon)
- Popup-based flow is currently the only supported method (redirect-based flow in development)