-
Notifications
You must be signed in to change notification settings - Fork 41
feat: add asagrdeo/thunder support ⚡️
#213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added IdentifierFirst component for identifier-first authentication flow. - Introduced MultiOptionButton component for rendering authenticators as selectable buttons. - Created SignInOptionFactory to dynamically generate sign-in option components based on authenticator ID. - Developed SmsOtp and Totp components for SMS and TOTP authentication respectively. - Implemented UsernamePassword component for traditional username and password authentication. - Added SocialButton component for handling authentication with external identity providers. - Updated index.ts to export new components and refactor paths for non-component-driven options. - Introduced types for form field state and authenticator props to enhance type safety.
- Introduced new API for executing the embedded sign-in flow (executeEmbeddedSignInFlowV2). - Updated models to include new types and interfaces for V2 embedded sign-in flow. - Enhanced configuration options to specify the platform for SDK optimization. - Implemented component-driven sign-in UI to handle new flow responses. - Refactored existing sign-in components to accommodate new flow structure. - Added utility functions for transforming simple input types to component-driven format. - Updated context and provider to manage platform-specific configurations.
…dling and social login options
…prove BaseSignIn integration
…RL if not provided
… AsgardeoProvider
asagrdeo/thunder supportasagrdeo/thunder support ⚡️
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
5 tasks
NipuniBhagya
approved these changes
Oct 23, 2025
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
hacktoberfest-accepted
Label required by the Hacktoberfest participating PRs to be listed on the user's profile
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces WebAuthn/Passkey authentication support for browser environments, enhances session management APIs, and expands i18n translations for improved user experience and localization. The main changes include the addition of a WebAuthn authentication utility, updates to session-clearing methods in client classes, and new translation keys for SMS OTP and credential fields across multiple languages.
Basic Usage
Related Issues
asgardeo/thunderruntime #212Related PRs
Checklist
Security checks