FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix node SDK build error by DonOmalVindula · Pull Request #356 · asgardeo/javascript · GitHub

Fix node SDK build error - #356

Merged
DonOmalVindula merged 2 commits into
asgardeo:mainfrom
DonOmalVindula:fix/node-build-error
Feb 9, 2026
Merged

Fix node SDK build error#356
DonOmalVindula merged 2 commits into
asgardeo:mainfrom
DonOmalVindula:fix/node-build-error

Conversation

Copy link
Copy Markdown
Contributor

Purpose

This pull request addresses a node build error in the @asgardeo/node package by making minor refactoring changes to how internal properties are accessed in the legacy client and authentication core classes.

Code refactoring to fix build error:

  • Updated property access from _authCore to authCore in the decodeJwtToken method of AsgardeoNodeClient in client.ts.
  • Updated property access from _auth to auth in the decodeJwtToken method of AsgardeoNodeCore in authentication.ts.

Other:

  • Added a changeset file documenting the patch and the build error fix for @asgardeo/node.

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • Followed the CONTRIBUTING guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)

Security checks

brionmario previously approved these changes Feb 9, 2026

Copy link
Copy Markdown

🦋 Changeset detected

The 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 merged commit a547b0f into asgardeo:main Feb 9, 2026
5 of 6 checks passed
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL