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

sets useInteractionCodeFlow to true in samples and test app #1062

Closed
wants to merge 1 commit into from

Conversation

aarongranick-okta
Copy link
Contributor

  • updates spa sample to include a dynamic signin form. also renames flow to authMethod to avoid confusion with the IDX flow
  • human readable enums for IdxFeature

@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2022

Codecov Report

Merging #1062 (bdc24b8) into dev-6 (da468b4) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            dev-6    #1062      +/-   ##
==========================================
+ Coverage   92.51%   92.59%   +0.07%     
==========================================
  Files         134      134              
  Lines        3743     3739       -4     
  Branches      791      791              
==========================================
- Hits         3463     3462       -1     
+ Misses        280      277       -3     
Impacted Files Coverage Δ
lib/OktaAuth.ts 89.36% <ø> (ø)
lib/idx/types/index.ts 100.00% <100.00%> (ø)
lib/index.ts 100.00% <100.00%> (ø)
lib/tx/api.ts 58.33% <100.00%> (+2.23%) ⬆️

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...bdc24b8. Read the comment docs.

@@ -49,7 +49,7 @@ import {
transactionStatus,
resumeTransaction,
transactionExists,
introspect,
introspectAuthn,
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like a breaking change, add to changelog?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, I guess it would technically be a breaking change if anyone was importing { introspect } from @okta/okta-auth-js. Hopefully nobody is doing this and everyone is using authClient.tx.introspect. I'll add a note in changelog.

adds dynamic signin form to spa samples
sets IdxFeature enum to use human readable strings

export all idx, rename old introspect to introspectAuthn
eng-prod-CI-bot-okta pushed a commit that referenced this pull request Jan 19, 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"
aarongranick-okta added a commit that referenced this pull request Jan 19, 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"
aarongranick-okta added a commit that referenced this pull request Jan 19, 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"
jaredperreault-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"
jaredperreault-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"
aarongranick-okta added 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"
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"
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.

4 participants