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

remove require syntax #1061

Closed
wants to merge 19 commits into from
Closed

remove require syntax #1061

wants to merge 19 commits into from

Conversation

shuowu
Copy link
Contributor

@shuowu shuowu commented Jan 13, 2022

No description provided.

@shuowu shuowu marked this pull request as draft January 13, 2022 17:38
@shuowu shuowu changed the base branch from dev-6 to master January 14, 2022 17:11
@shuowu shuowu changed the base branch from master to dev-6 January 14, 2022 17:11
aarongranick-okta and others added 8 commits January 14, 2022 10:47
OKTA-419985
<<<Jenkins Check-In of Tested SHA: a793ce8 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 3
PR Link: "#1003"
OKTA-407553
<<<Jenkins Check-In of Tested SHA: 1125253 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 6
PR Link: "#1049"
OKTA-419417
<<<Jenkins Check-In of Tested SHA: 6e7feb9 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 8
PR Link: "#1050"
email verify callback contains otp parameter

adds new option withCredentials

adds new option codeChallenge

pass authenticator if password is provided up front

use jasmine framework in wdio

improve layout in test app

add more time for token renew tests

prefer login direct, avoid issue with popup OKTA-454796

add exchangeCodeForTokens option

loosen remediate restrictions on default flow

update samples

throw exceptions from run (breaking change)

consolidate idx interface under the idx namespace

activationToken and recoveryToken as config option

OKTA-449647
<<<Jenkins Check-In of Tested SHA: 7f54738 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 90
PR Link:
OKTA-428455
<<<Jenkins Check-In of Tested SHA: 3dad085 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 9
PR Link: "#1051"
This reverts commit d053eee.

OKTA-460241
<<<Jenkins Check-In of Tested SHA: bf894c2 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 3
PR Link: "#1056"
…to true

OKTA-459787
<<<Jenkins Check-In of Tested SHA: 3bb06dc for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 7
PR Link: "#1059"
aarongranick-okta and others added 7 commits January 14, 2022 23:30
OKTA-459135
<<<Jenkins Check-In of Tested SHA: d1acf90 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 114
PR Link: "#1057"
by upgrading to 3.x, which supports cjs and esm
transform and bundle p-cancelable in the esm bundle
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2022

Codecov Report

Merging #1061 (aebbd9d) into dev-6 (da468b4) will increase coverage by 0.68%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            dev-6    #1061      +/-   ##
==========================================
+ Coverage   92.51%   93.20%   +0.68%     
==========================================
  Files         134      134              
  Lines        3743     3693      -50     
  Branches      791      783       -8     
==========================================
- Hits         3463     3442      -21     
+ Misses        280      251      -29     
Impacted Files Coverage Δ
lib/TokenManager.ts 96.52% <ø> (ø)
lib/crypto/webcrypto.ts 100.00% <ø> (ø)
lib/types/index.ts 100.00% <ø> (ø)
lib/AuthStateManager.ts 93.81% <100.00%> (ø)
lib/OktaAuth.ts 89.36% <100.00%> (ø)
lib/browser/browserStorage.ts 94.32% <100.00%> (+0.43%) ⬆️
lib/options/browser.ts 100.00% <100.00%> (ø)
lib/options/index.ts 100.00% <100.00%> (ø)
lib/crypto/node.ts
lib/server/serverStorage.ts
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da468b4...aebbd9d. Read the comment docs.

@markwolff
Copy link

👋 Thanks for fixing this! Assuming this is a fix for #1073, is there a timeline for when this would get merged in? This is work blocking and would love to get this released asap.

@shuowu shuowu closed this Feb 15, 2022
@shuowu
Copy link
Contributor Author

shuowu commented Feb 15, 2022

Closing this draft PR, track #1114 for ESM fix progress.

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.

None yet

5 participants