feat(auth): build freighter wallet connect authentication page #37
Merged
SudiptaPaul-31 merged 2 commits intoLumina-eX:mainfrom Feb 26, 2026
Merged
feat(auth): build freighter wallet connect authentication page #37SudiptaPaul-31 merged 2 commits intoLumina-eX:mainfrom
SudiptaPaul-31 merged 2 commits intoLumina-eX:mainfrom
Conversation
… login page, and updated ESLint configuration.
Collaborator
|
@chibokaxavier please resolve conflicts |
Contributor
Author
|
Resolved Chief |
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.
Closes #26
Changes Made
/loginpage with dark/minimal UI styling consistent with the rest of the application.@stellar/freighter-apito enable secure wallet connections and capture wallet addresses.localStoragechecks combined with Freighter's session validation to maintain wallet connection states across page reloads and sessions.<Navbar />inside the main application to reflect the user's active connection state. When connected, the generic Login buttons are successfully replaced with a shortened display of the user's wallet address.Next.jsandESLint v9.Acceptance Criteria Met
GABC...XYZ).npm run lintandnpm run buildsucceed.How to Test
npm run dev./loginand click "Connect Freighter"./) to verify that the Navbar displays your active wallet connection rather than the generic action buttons.