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

fix flow when enabling OTP #376

Closed
2 tasks
Tracked by #171
Closed
2 tasks
Tracked by #171
Assignees
Labels
2025:tech debt 2025 Goal: Reduce technical debt

Comments

@SKairinos
Copy link
Contributor

SKairinos commented Jan 2, 2025

when enabling OTP, the flow should be:

  • call endpoint to generate a new OTP secret and return the provisioning URI in the JSON response
  • validate the OTP secret and create an auth factor of type OTP which is associated to the user
@SKairinos SKairinos moved this from To Do to In Progress in Code for Life Kanban boards Jan 9, 2025
@SKairinos SKairinos self-assigned this Jan 9, 2025
@faucomte97 faucomte97 added the 2025:tech debt 2025 Goal: Reduce technical debt label Jan 14, 2025
@SKairinos SKairinos moved this from In Progress to Review/Waiting in Code for Life Kanban boards Jan 17, 2025
@github-project-automation github-project-automation bot moved this from Review/Waiting to Closed in Code for Life Kanban boards Jan 20, 2025
@SKairinos SKairinos moved this from Closed to Review/Waiting in Code for Life Kanban boards Jan 20, 2025
@SKairinos SKairinos moved this from Review/Waiting to Closed in Code for Life Kanban boards Jan 21, 2025
@SKairinos SKairinos moved this from Closed to Review/Waiting in Code for Life Kanban boards Jan 28, 2025
@SKairinos SKairinos moved this from Review/Waiting to Closed in Code for Life Kanban boards Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment