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

major version release: 6.0 #1053

Closed
wants to merge 12 commits into from
Closed

major version release: 6.0 #1053

wants to merge 12 commits into from

Conversation

aarongranick-okta
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2022

Codecov Report

Merging #1053 (8165e46) into master (8cd219c) will increase coverage by 0.04%.
The diff coverage is 93.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1053      +/-   ##
==========================================
+ Coverage   92.54%   92.59%   +0.04%     
==========================================
  Files         134      134              
  Lines        3675     3739      +64     
  Branches      754      791      +37     
==========================================
+ Hits         3401     3462      +61     
- Misses        274      277       +3     
Impacted Files Coverage Δ
.../idx/authenticator/SecurityQuestionVerification.ts 100.00% <ø> (ø)
lib/idx/remediators/Base/VerifyAuthenticator.ts 100.00% <ø> (ø)
lib/idx/remediators/ChallengeAuthenticator.ts 100.00% <ø> (ø)
lib/idx/remediators/EnrollAuthenticator.ts 100.00% <ø> (ø)
lib/idx/remediators/EnrollPoll.ts 100.00% <ø> (ø)
lib/idx/remediators/Identify.ts 100.00% <ø> (ø)
lib/idx/remediators/ReEnrollAuthenticator.ts 30.00% <0.00%> (ø)
lib/idx/remediators/ResetAuthenticator.ts 100.00% <ø> (ø)
lib/idx/remediators/SelectAuthenticatorEnroll.ts 100.00% <ø> (ø)
lib/idx/remediators/SelectEnrollProfile.ts 100.00% <ø> (ø)
... and 74 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 8cd219c...8165e46. Read the comment docs.

CHANGELOG.md Outdated
### Breaking Changes

- [#1003](https://github.com/okta/okta-auth-js/pull/1003) Supports generic UserClaims type. Custom claims should be extended by typescript generics, like `UserClaims<{ groups: string[]; }>`
- [#1049](https://github.com/okta/okta-auth-js/pull/1049) Bump minimum supported node version to 12.20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this was removed

README.md Outdated Show resolved Hide resolved
aarongranick-okta and others added 10 commits January 20, 2022 10:09
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-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:

fix authenticate test
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"
…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"
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"
adds dynamic signin form to spa samples
sets IdxFeature enum to use human readable strings

export all idx, rename old introspect to introspectAuthn

OKTA-458192
<<<Jenkins Check-In of Tested SHA: b419bd2 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 51
PR Link: "#1062"
Co-authored-by: Jared Perreault <90656038+jaredperreault-okta@users.noreply.github.com>
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
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-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
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"

OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
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:

fix authenticate test

OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
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"

OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
…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"

OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
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"

OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
adds dynamic signin form to spa samples
sets IdxFeature enum to use human readable strings

export all idx, rename old introspect to introspectAuthn

OKTA-458192
<<<Jenkins Check-In of Tested SHA: b419bd2 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 51
PR Link: "#1062"

OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
Co-authored-by: Jared Perreault <90656038+jaredperreault-okta@users.noreply.github.com>
OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 20, 2022
OKTA-383487
<<<Jenkins Check-In of Tested SHA: f1b290b for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 235
PR Link: "#1053"
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.

5 participants