Skip to content
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: contentstack/contentstack-management-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: contentstack/contentstack-management-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 20, 2026

  1. feat: implement PKCE code_verifier storage in sessionStorage for brow…

    …ser SPAs
    
    - Added `pkceStorage.js` module to handle code_verifier persistence.
    - Updated `OAuthHandler` to utilize sessionStorage for storing and retrieving code_verifier.
    - Enhanced token exchange process to clear code_verifier on success or error to prevent replay attacks.
    - Added unit tests for PKCE storage functionality.
    nadeem-cs committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    36ce251 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Merge pull request #509 from contentstack/enhancement/DX-4341

    feat: implement PKCE code_verifier storage in sessionStorage for brow…
    nadeem-cs authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    661e3e3 View commit details
    Browse the repository at this point in the history
Loading