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

feat: allow passing device context to interact call #1093

Closed

Conversation

shuowu
Copy link
Contributor

@shuowu shuowu commented Feb 3, 2022

No description provided.

recoveryToken
recoveryToken,

// X-Device-Token header need to paire with `client_secret`
Copy link
Contributor

Choose a reason for hiding this comment

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

nit "pair"

@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2022

Codecov Report

Merging #1093 (a8827b8) into master (11d6f9e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1093   +/-   ##
=======================================
  Coverage   92.89%   92.89%           
=======================================
  Files         142      142           
  Lines        3912     3913    +1     
  Branches      815      816    +1     
=======================================
+ Hits         3634     3635    +1     
  Misses        278      278           
Impacted Files Coverage Δ
lib/idx/interact.ts 100.00% <100.00%> (ø)

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 11d6f9e...a8827b8. Read the comment docs.

@@ -18,6 +18,7 @@ const express = require('express');
const session = require('express-session');
const mustacheExpress = require('mustache-express');
const path = require('path');
require('express-async-errors');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

due to v6 change, idx errors is thrown directly now, add this middleware for error handling purpose

eng-prod-CI-bot-okta pushed a commit that referenced this pull request Feb 4, 2022
OKTA-452538
<<<Jenkins Check-In of Tested SHA: a8827b8 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 5
PR Link: "#1093"
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