Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Account-ID from Login-Response instead of JWT #180

Merged

Conversation

timoschlueter
Copy link
Owner

@timoschlueter timoschlueter commented Jan 3, 2025

In 2.7.3 we introduced the new required Account-ID headers. The ID used to be extracted from the JWT thats returned in the Auth-Ticket. In order to decode the Auth-Ticket, jwt-decode has been introduced as a dependency.

This change extracts the Account-ID from the LoginResponse and removes the jwt-decode dependency.

This should fix #176

@timoschlueter timoschlueter merged commit 49c6767 into release/2.7.4 Jan 3, 2025
2 checks passed
@timoschlueter timoschlueter deleted the feature/get-account-id-from-login-response branch January 3, 2025 15:10
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