8000 Comparing v1.0.4...v2.0.0 · snyk/passport-snyk-oauth2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snyk/passport-snyk-oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: snyk/passport-snyk-oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 12, 2022

  1. chore: update package version to fix vulnerability

    - Passport minor version release 0.6.0 fixed a vulnerability in earlier versions.
    - Jest had child package with a vulnerability, updated Jest to latest version to resolve.
    love-bhardwaj committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    38d1caa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from snyk/chore/update-package-versions

    chore: update package version to fix vulnerabilities
    love-bhardwaj authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b9a1128 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. feat: ability to pass query params for request made through passport

    - Removes the ability to set nonce on stratgey through constructor, when se through constructor on stratgey instance each request made will use the same nonce
    - This defeats the purpose of using nonce, which needs to be unique on every request made
    - With this update user can now pass nonce unique to every request by passing in as option to passport.authenticate
    - Infact users can pass in any param they want to be appended to request query
    
    BREAKING CHANGE: The ability to set nonce value through strategy constructor has been removed.
    It can not be set using passport.authenticate options
    love-bhardwaj committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    be792ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from snyk/feat/add-ability-to-pass-query-params…

    …-for-requests
    
    feat: ability to pass query params for request made through passport
    love-bhardwaj authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a517f6f View commit details
    Browse the repository at this point in the history
Loading
0