-
Notifications
You must be signed in to change notification settings - Fork 9
feat: SDKCore - implement startLogin() - authorization code grant start (ENG-4786) #203
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
Open
mrudatsprint
wants to merge
43
commits into
parent/dpop-in-the-javascript-sdk
Choose a base branch
from
miker/eng-4786/code-grant-start
base: parent/dpop-in-the-javascript-sdk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
b95aba5
feat: add DPoP core storage layer (ENG-4782)
mrudatsprint 9f3e0bc
feat: fix file formatting.
mrudatsprint 7738bb4
fix: DPoPStorage openDb() error handling and test coverage
mrudatsprint d386a32
fix: fix copilot warnings.
mrudatsprint bd37ddf
fix: resolve DPoP transactions on tx.oncomplete, not req.onsuccess
mrudatsprint d91e5b7
feat: the workflow will run regardless of the branch being merged into.
mrudatsprint 7eeb367
feat: implement DPoPManager central coordinator (ENG-4784)
mrudatsprint 06a557e
feat: re-generate lock file.
mrudatsprint 00a0acb
feat: re-generate lock file.
mrudatsprint 14b9b4a
feat: update lock file.
mrudatsprint e9a8048
Merge branches 'miker/eng-4784/central-coordinator' and 'miker/eng-47…
mrudatsprint ec6372e
test: add DPoP smoke tests against real FusionAuth instance (pre-SDKC…
mrudatsprint 324d970
feat: fix format and lint errors.
mrudatsprint 952cd03
refactor: make DPoPStorage IndexedDB constants configurable via confi…
mrudatsprint b7e6feb
feature: delete contrived test to intercept a successful even and the…
mrudatsprint 2c27865
Merge branch 'miker/eng-4782/core-storage-layer' into miker/eng-4784/…
mrudatsprint b5601e2
fix: update DPoPStorage constructor calls to use config object after …
mrudatsprint 252322a
feature: update lock file
mrudatsprint eb01796
feat: implement SDKCore.startLogin() for DPoP authorization code gran…
mrudatsprint ce41545
fix: add @vitest-environment jsdom to SDKCore.test.ts; fix handlePreR…
mrudatsprint f29df57
fix: suppress cookie console.error noise in Tier 0 e2e tests
mrudatsprint 7babfae
feat: update lock file.
mrudatsprint bfc666a
fix: update Angular onRedirect test to use 3-segment redirect-value f…
mrudatsprint 27b9ab6
fix: update Vue and React onRedirect tests to use 3-segment redirect-…
mrudatsprint 14c1d0c
fix: merge Request and init headers in DPoPManager.fetch() instead of…
mrudatsprint b1567a6
feat: fix angular and vue tests.
mrudatsprint f7cefc8
fix: clone Request before retry in fetch() to avoid double body consu…
mrudatsprint ddb5509
fix: normalize htu and htm in generateProof() per RFC 9449 (PR #202 C…
mrudatsprint 185357c
fix: remove dead captured header variables and misleading comment in …
mrudatsprint 098bbfb
feat: update approvers.
mrudatsprint 13db934
feat: fix merge conflict.
mrudatsprint 2b6e6de
feat: fix failing tests.
mrudatsprint 920081d
test: add deterministic nonce-retry smoke test (T2-4)
mrudatsprint b711f2d
fix: revert startLogin() to void, address Copilot PR review comment (…
mrudatsprint 8cfc607
docs: fix stale/ambiguous state-reconstruction description in Redirec…
mrudatsprint a03dd2e
fix: preserve state from legacy 2-segment redirect values (Copilot PR…
mrudatsprint 50b852f
feat: update comments.
mrudatsprint 5f517f0
feat: remove redundant comments.
mrudatsprint 1f4de60
feat: merge and remove verbose comments.
mrudatsprint aa7bbdc
feat: merge in the parent branch.
mrudatsprint 9acf888
feat: remove file not needed until adding end to end tests.
mrudatsprint 24b7337
feat: remove lengthy comment.
mrudatsprint e5342e3
feat: remote unnecessary comments.
mrudatsprint File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When DPoP is fully implemented this file will be deleted and new end to end tests will be added to endpoints.test.ts
This file is a way to test the current state of the DPoP implementation with a live FusionAuth server.