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

auto MFA handling ( password based ) #1315

Open
00nx opened this issue Oct 14, 2024 · 1 comment
Open

auto MFA handling ( password based ) #1315

00nx opened this issue Oct 14, 2024 · 1 comment
Labels
Feature Request a new feature

Comments

@00nx
Copy link

00nx commented Oct 14, 2024

Which package is the feature request for?

The core library

Feature

Add an MFA manager which outputs proper MFA secure cookie after solving the generated ticket. could be used in a few instances like vanity changing

Ideal solution or implementation

  1. fetch the ticket from response
  2. solve it using password based MFA
  3. return the secured mfa token which can be reused and the approximate expiration time

Alternative solutions or implementations

No response

Other context

No response

@00nx 00nx added the Feature Request a new feature label Oct 14, 2024
@xvlx
Copy link

xvlx commented Oct 26, 2024

Why don't you do it without the package? It's easy to do.
(By without the package, I mean doing your own function or your own requests.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request a new feature
Projects
None yet
Development

No branches or pull requests

2 participants