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

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    2a0eff6 View commit details
    Browse the repository at this point in the history
  2. BREAKING CHANGE: support generic UserClaims type

    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"
    shuowu authored and aarongranick-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    9709dba View commit details
    Browse the repository at this point in the history
  3. BREAKING CHANGE: bump min node version to 12.20

    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"
    shuowu authored and aarongranick-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    98fc504 View commit details
    Browse the repository at this point in the history
  4. remove deprecated userAgent from oktaAuth instance

    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"
    shuowu authored and aarongranick-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2889150 View commit details
    Browse the repository at this point in the history
  5. updates idx api for recovery, activation, and email verify

    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:
    aarongranick-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    226f18f View commit details
    Browse the repository at this point in the history
  6. BREAKING CHANGE: removes 'useMultipleCookies' option

    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"
    jaredperreault-okta authored and aarongranick-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b93f69f View commit details
    Browse the repository at this point in the history
  7. Revert "BREAKING CHANGE: bump min node version to 12.20"

    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"
    shuowu authored and aarongranick-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5f06051 View commit details
    Browse the repository at this point in the history
  8. BREAKING CHANGE: set signOut option clearTokensAfterRedirect default …

    …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"
    shuowu authored and aarongranick-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    d209c7c View commit details
    Browse the repository at this point in the history
  9. enables typescript strict mode and fixes type errors

    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"
    aarongranick-okta authored and eng-prod-CI-bot-okta committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    da468b4 View commit details
    Browse the repository at this point in the history
  10. remove require() for js-cookie

    by upgrading to 3.x, which supports cjs and esm
    shuowu committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c3e66dd View commit details
    Browse the repository at this point in the history
  11. use import syntax for p-cancelable

    transform and bundle p-cancelable in the esm bundle
    shuowu committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e116ba7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce6b318 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6fc2376 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c02970 View commit details
    Browse the repository at this point in the history
  15. handle cookie storage

    shuowu committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    eef0a57 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. type fix

    shuowu committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    b69e088 View commit details
    Browse the repository at this point in the history
  2. type fix

    shuowu committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    bc6bcee View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    0f3caf6 View commit details
    Browse the repository at this point in the history
  2. remove browser field

    shuowu committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    aebbd9d View commit details
    Browse the repository at this point in the history