Update import paths for asgardeoMiddleware and AsgardeoProvider to use '@asgardeo/nextjs/server'#5444
Merged
brionmario merged 1 commit intowso2:masterfrom Jul 15, 2025
Merged
Conversation
…e '@asgardeo/nextjs/server'
himeshsiriwardana
approved these changes
Jul 15, 2025
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
Integrate the changes introduced from: asgardeo/javascript#106
This pull request updates the integration of Asgardeo authentication in a Next.js project by specifying the correct imports for server-side usage. The changes ensure compatibility with the server environment by switching imports to the
@asgardeo/nextjs/servermodule.Updates to Asgardeo authentication integration:
en/includes/quick-starts/nextjs.md: Updated the import statement inmiddleware.tsto useasgardeoMiddlewarefrom@asgardeo/nextjs/serverinstead of@asgardeo/nextjs.en/includes/quick-starts/nextjs.md: Updated the import statement inapp/layout.tsxto useAsgardeoProviderfrom@asgardeo/nextjs/serverinstead of@asgardeo/nextjs.Related PRs
getAccessTokenimperative usage asgardeo/javascript#106Test environment
Security checks