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.

Releases: mulesoft-labs/js-client-oauth2

Changes in 4.3.3

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.
Compare
Choose a tag to compare
Loading

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

Changes in 4.3.2

21 Jul 07:04
b2f7174
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.
Compare
Choose a tag to compare
Loading
  • Fixedwindow.btoa call issue in Internet Explorer 11 and Edge (Chromium). Contributed reports and PRs:#150,#148,#78,#70
Loading

v4.3.0

08 May 06:49
2752e8b
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.
Compare
Choose a tag to compare
Loading
  • Updated dependencies
  • Dropped Node 8 support
Loading

Make `getToken` fail when no token

02 Apr 19:12
Compare
Choose a tag to compare
Loading

Fixed

  • getToken succeeds when token is not supplied#59
  • updated dependencies (using Greekeeper onward)
Loading

Get URI Query

26 Apr 20:44
Compare
Choose a tag to compare
Loading

Fixed

  • Merge query over default options withgetUri methods
Loading

Code Flow Update

22 Mar 18:46
Compare
Choose a tag to compare
Loading

Changed

  • Send authorization header with code flow instead ofclient_secret in the body
  • Merge the global and passed inoptions over the local request options (allowing you to override things likegrant_type orresponse_type)
  • Updated build and dependencies to use ES2015 language features (namelyObject.assign)
Loading

Definition Tweaks

24 Jan 18:04
Compare
Choose a tag to compare
Loading

Fixed

  • Tweak TypeScript definition - makescope an array of strings, andrequest is optional in constructor
Loading

Allow `getToken` methods to receive object

03 Jan 03:25
Compare
Choose a tag to compare
Loading

Changed

  • Allow thegetToken method to receive the URI pre-parsed and as a partial URL object
Loading

TypeScript Definition

30 Dec 20:09
Compare
Choose a tag to compare
Loading

Added

  • Publish a TypeScript definition for the library
Loading

Update `expiresIn`

07 Nov 18:24
Compare
Choose a tag to compare
Loading

Changed

  • Update and documentexpiresIn for setting expiration as a number orDate
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp