Introduce a separate step-finish RPC
Open
- Dominant language
- Rust
- Stars
- 2.8k
- Forks
- 115
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 51
Description
Initially we decided to reuse the `finish` endpoint for the new multi-step MFA flow.
This complicates the logic, because for each request we have to decide if we are dealing with a legacy client finishing MFA or with a new client just finishing a step.
A cleaner approach would be to separate the clients at RPC level.
Contributor guide
Assessment
This issue has not been assessed yet.