Integrate Design APIs of Thunder#371
Merged
brionmario merged 3 commits intoasgardeo:mainfrom Feb 18, 2026
Merged
Conversation
ff23ec1 to
29b351f
Compare
29b351f to
53e4971
Compare
🦋 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. |
DonOmalVindula
approved these changes
Feb 18, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 support for retrieving and utilizing flow metadata from the new Asgardeo V2 platform API (
GET /flow/meta). It adds a new API client, comprehensive type definitions, and wires flow metadata into the core sign-in, sign-up, and sign-out button components. Additionally, it exposes the new API and types in the JavaScript package's public interface, and adds a configuration option for resolving themes from flow metadata.New API and Type Definitions:
getFlowMetaV2to fetch aggregated flow metadata from the Asgardeo V2 platform, including application/OU details, design configuration, translations, and registration flow status.FlowMetaType,ApplicationMetadata,OUMetadata,DesignMetadata,I18nMetadata,FlowMetadataResponse, and related theme configuration types inflow-meta-v2.ts.Component Integration:
metaprop, which contains the flow metadata (ornullif unavailable). This allows downstream consumers and custom render functions to access flow metadata. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Public API and Configuration:
resolveFromMetaoption to thePreferencesinterface to allow theme resolution from the Flow Meta API when using Asgardeo V2.Build and Scripts:
packagesorsamplesdirectories, improving developer workflow.Related Issues
flow/metaendpoint ofThunderto reolvetheme,i18n, etc. #369Related PRs
Checklist
Security checks