Skip to content

Fixed incorrect component name <AuthProvider /> to <AsgardeoProvider /> in React complete guide#1

Open
ChanukaKaweeshwara wants to merge 1 commit into
masterfrom
fix-auth-provider-component-name-react-guide
Open

Fixed incorrect component name <AuthProvider /> to <AsgardeoProvider /> in React complete guide#1
ChanukaKaweeshwara wants to merge 1 commit into
masterfrom
fix-auth-provider-component-name-react-guide

Conversation

@ChanukaKaweeshwara

@ChanukaKaweeshwara ChanukaKaweeshwara commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Fixed incorrect component name references (<AuthProvider /> to <AsgardeoProvider />) in the React complete guide documentation.

Purpose

The code block on this page correctly uses <AsgardeoProvider /> from the new @asgardeo/react SDK. However, the explanation below the code block still referred to <AuthProvider />.

This creates a contradiction between the code and the explanation, which is confusing for developers following the guide - since <AuthProvider /> no longer exists in the new SDK.

Related PRs

Test environment

No test environment required — this is a documentation text fix only.

Security checks

I have replaced the incorrect <AuthProvider /> reference with the corrrect <AsgardeoProvider/> in the prose description. The code block correctly mentions AsgardeoProvider from the new asgadeo/rect SDK. but the explanation text still referred to AuthProvider.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant