Skip to content
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

Add secret field transformation for otp #162

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

Mikescops
Copy link
Member

@Mikescops Mikescops commented Aug 10, 2023

Create a basic secret field transformation to generate otp code from an otpSecret.

Fix #161

@Mikescops Mikescops added the features New feature or request label Aug 10, 2023
@Mikescops Mikescops requested a review from showi August 10, 2023 08:55
@Mikescops Mikescops self-assigned this Aug 10, 2023
}

const queryParamKey = queryParamChunks[0];
// const queryParamValue = queryParamChunks[1];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i keep this one for the next PR 🚀

@Mikescops Mikescops merged commit 830749a into master Aug 10, 2023
1 check passed
@Mikescops Mikescops deleted the feature/secret-transformation-otp branch August 10, 2023 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retrieve otp from dcli read
2 participants