-
Notifications
You must be signed in to change notification settings - Fork 16
feat: Added TOTP support login command and version bump #2049
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
Draft
cs-raj
wants to merge
43
commits into
development
Choose a base branch
from
feat/DX-3412
base: development
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.
Draft
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
cde7c35
feat: Added TOTP support login command and version bump
cs-raj 1b953e5
Create .snyk
kaustubh-CS 5e664b9
Create .snyk
kaustubh-CS 4c3d0ff
Create .snyk
kaustubh-CS 6a57e43
Create .snyk
kaustubh-CS fce71e7
Create .snyk
kaustubh-CS 4dab3cc
Create .snyk
kaustubh-CS 50cc971
Create .snyk
kaustubh-CS ffa38d3
Update .snyk
kaustubh-CS aa4b61f
Update .snyk
kaustubh-CS b71ad32
Update .snyk
kaustubh-CS ba2aacc
Update .snyk
kaustubh-CS 1f66eb4
Update .snyk
kaustubh-CS 2410d51
Update .snyk
kaustubh-CS 79c96f1
Update .snyk
kaustubh-CS a82d9c1
Resolved the PR comments
cs-raj faedd30
Added Try catch
cs-raj 87b0ade
Fixed the
cs-raj 75cfeaf
PR comment fix
cs-raj 640125a
Feat: Added Config command to set the totp
cs-raj e0554e5
Adding last_updated
cs-raj 6da4240
Merge branch 'staging' into feat/DX-3412
cs-raj 4179fd2
Merge branch 'feat/DX-3412' into fix/DX-3413
cs-raj 10117bb
Lock-file update
cs-raj c2b4723
Fixed Test cases
cs-raj f539bfb
Fixed the test cases
cs-raj d3f2a47
Changed the totp to MFA
cs-raj af47903
Updated talismand and command shortcut name
cs-raj a46f34d
Readme update
cs-raj e64af71
Tests updated
cs-raj 2b59ba6
Integration Test fixes and unit test fixes
cs-raj 6ba4223
Fixed the stub
cs-raj 20ec490
Merge pull request #2058 from contentstack/fix/DX-3413
cs-raj cddf127
Merge branch 'development' into feat/DX-3412
cs-raj 10fb8dd
Fix Updated the totp to mfa and added support for env variable
cs-raj 8933eb6
Updated the config to remove the MFA Error handler and updated the lo…
cs-raj fe2ff14
Fixed the test cases and removed repeated code
cs-raj 814bb82
Changed the condition for secret addition in config
cs-raj 60d739c
Fixed Linting error
cs-raj b8b7865
Removed the data from the logs
cs-raj 0f1e691
Fixed the PR comment
cs-raj a985a40
Ui Text updated
cs-raj d81b616
Removing the MFA secret if the region set command is fired
cs-raj 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export { default as authHandler } from './auth-handler'; | ||
export { default as mfaHandler } from './mfa-handler'; | ||
export * as interactive from './interactive'; | ||
export * as tokenValidation from './tokens-validation'; |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.