-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature] Add onAuthExpired listener #396
Merged
Dvergar
merged 5 commits into
main
from
feature/EDT-1231-SPIKE-Investigate-having-interceptors-for-HTTP-requests-exposed-via-SDK
Jan 4, 2024
Merged
[Feature] Add onAuthExpired listener #396
Dvergar
merged 5 commits into
main
from
feature/EDT-1231-SPIKE-Investigate-having-interceptors-for-HTTP-requests-exposed-via-SDK
Jan 4, 2024
Conversation
This file contains 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
Dvergar
requested review from
brapoprod,
abdelhalimkhouas,
alexandraFlavia9,
pietervp and
srares76
as code owners
November 30, 2023 16:22
Coverage ReportCoverage report can be checked at https://cdnepgrafxstudiodev.azureedge.net/sdk/coverage/396/coverage.html Use PR sdk packageTarball can be downloaded from https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/396/studio-sdk.tgz To use in local project, change package.json to use local tarball "dependencies": {
"@chili-publish/studio-sdk": "https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/396/studio-sdk.tgz"
} |
Dvergar
changed the title
[Feature] Add onTokenExpired listener
[Feature] [SPIKE] Add onTokenExpired listener
Nov 30, 2023
NicolaVerbeeck
requested changes
Dec 1, 2023
Dvergar
changed the title
[Feature] [SPIKE] Add onTokenExpired listener
[Feature] [SPIKE] Add onAuthExpired listener
Dec 1, 2023
Matthiee
previously approved these changes
Dec 5, 2023
alexandraFlavia9
previously approved these changes
Dec 5, 2023
…to feature/EDT-1231-SPIKE-Investigate-having-interceptors-for-HTTP-requests-exposed-via-SDK
Dvergar
changed the title
[Feature] [SPIKE] Add onAuthExpired listener
[Feature] Add onAuthExpired listener
Dec 20, 2023
* [Feature] Support for 3rd party auth * [Feature] Updated tests * [Feature] isGrafxToken > type (enum)
Dvergar
dismissed stale reviews from alexandraFlavia9 and Matthiee
via
December 20, 2023 16:05
b7c166e
psamusev
approved these changes
Dec 20, 2023
brapoprod
approved these changes
Dec 21, 2023
NicolaVerbeeck
approved these changes
Jan 4, 2024
Dvergar
deleted the
feature/EDT-1231-SPIKE-Investigate-having-interceptors-for-HTTP-requests-exposed-via-SDK
branch
January 4, 2024 08:54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is a SPIKE!
Allows for blocking https requests on engine-side until a new token is returned by the
onAuthExpired
listener.Related tickets
EDT-1231