forked from zowe/zowe-explorer-vscode
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Detect JWT expiration in token values and prompt user if expired (
zowe#3174) * feat: Detect JWT token expiration during validation Signed-off-by: Trae Yelovich <[email protected]> * refactor: Optimize logic in checkJwtTokenForProfile Signed-off-by: Trae Yelovich <[email protected]> * wip: resolve failing test cases Signed-off-by: Trae Yelovich <[email protected]> * tests: ZoweTreeProvider.checkJwtTokenForProfile test cases Signed-off-by: Trae Yelovich <[email protected]> * refactor: Remove old ESLint max-len comment Signed-off-by: Trae Yelovich <[email protected]> * fix(tests): failing test cases due to function change Signed-off-by: Trae Yelovich <[email protected]> * chore: run prepublish Signed-off-by: Trae Yelovich <[email protected]> * chore: update ZE changelog Signed-off-by: Trae Yelovich <[email protected]> * refactor: rename promptUserForTokenLogin -> promptUserForSsoLogin Signed-off-by: Trae Yelovich <[email protected]> * refactor: shorten logic in ZoweTreeProvider.checkJwtTokenForProfile Signed-off-by: Trae Yelovich <[email protected]> * update SDKs and checkJwtTokenForProfile function Signed-off-by: Trae Yelovich <[email protected]> * tests: Resolve failing tests after Imperative update Signed-off-by: Trae Yelovich <[email protected]> * chore: update ZE changelog to address feedback Signed-off-by: Trae Yelovich <[email protected]> * chore: update ZE API changelog Signed-off-by: Trae Yelovich <[email protected]> * chore: update lockfile Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Timothy Johnson <[email protected]>
- Loading branch information
1 parent
db7f988
commit cc16ff1
Showing
14 changed files
with
221 additions
and
136 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.