Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Release 4.3.3 #156

Merged
merged 2 commits into from
Aug 12, 2020
Merged

Release 4.3.3 #156

merged 2 commits into from
Aug 12, 2020

Conversation

postatum
Copy link
Contributor

@postatum postatum commented Aug 3, 2020

Release notes (4.3.3):

  • Updated dependencies;

Preserve query string params in authorizationUri (Fixed #144 with #153).
Now when authorizationUri contains contains query string parameters, they are preserved on getUri methods calls.

Affects methods: ClientOAuth2.token.getUri, ClientOAuth2.code.getUri.

E.g. having authorizationUri=https://example.com/foo?bar=qux and calling getUri method, the output would be:
Before: https://example.com/foo?bar=qux?client_id=....
Now: https://example.com/foo?bar=qux&client_id=....

Do not send empty scopes to an auth server (Fixed #98 with #154).
If scopes is set to "" or [] then we send an empty string to an auth server. If scopes is undefined (not set), then we don't send it at all.

Affects method: getUri, ClientOAuth2.owner.getToken, ClientOAuth2.credentials.getToken, ClientOAuth2.jwt.getToken, ClientOAuth2.token.getUri, ClientOAuth2.code.getUri.

@postatum postatum requested a review from jstoiko August 3, 2020 07:39
package.json Outdated Show resolved Hide resolved
@postatum postatum requested a review from jstoiko August 11, 2020 06:31
@jstoiko jstoiko changed the title Release 4.4.0 Release 4.3.3 Aug 12, 2020
@jstoiko jstoiko merged commit 68d2a71 into master Aug 12, 2020
@jstoiko jstoiko deleted the release_4.4.0 branch August 12, 2020 00:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants