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

JWT auth fixes #367

Merged
merged 3 commits into from
Dec 17, 2024
Merged

JWT auth fixes #367

merged 3 commits into from
Dec 17, 2024

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Dec 16, 2024

Summary

A follow-up related to #270

  • Keep username/password on the top level of the config object as it was before Add JWT support #270
  • Move access_token to the top level of the config object
  • If access_token is set alongside username or password, the client will throw an error.
  • Updated the tests and the JS doc
  • Updated the changelog
  • Bump the version to 1.10.0

Website docs will be updated shortly after the new release.

Checklist

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG

@slvrtrn slvrtrn requested a review from mshustov December 16, 2024 18:27
@slvrtrn slvrtrn merged commit 64f266d into main Dec 17, 2024
28 checks passed
@slvrtrn slvrtrn deleted the jwt-auth-fixes branch December 17, 2024 10:33
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.

2 participants