Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Changes in 4.3.3

Latest
Compare
Choose a tag to compare
Loading
@postatumpostatum released this 12 Aug 06:43
68d2a71
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

1. Updated dependencies.

2. Preserve query string params inauthorizationUri (Fixed#144 with#153).
Now whenauthorizationUri contains contains query string parameters, they are preserved ongetUri methods calls.

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

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

3. Do not send empty scopes to an auth server (Fixed#98 with#154).
Ifscopes is set to"" or[] then we send an empty string to an auth server. Ifscopes 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.

Assets2
Loading

[8]ページ先頭

©2009-2025 Movatter.jp