Cleanup most of the v1 code#5543
Conversation
carmenlau
left a comment
There was a problem hiding this comment.
Could you share more background on this update? Are there any existing projects or clients currently using the interaction / auth v1 UI implementation? If so, what does the migration plan look like, or is a direct switch to v2 UI feasible for them?
|
@carmenlau We have already migrated all existing clients to v2, and set the default to v2. What remaining is just to remove the v1 code, which is what this PR for. Note that, interaction is not removed yet. I only removed v1 UI and the authflow v1 code (The intermediate UI between v1 and v2). Note that there a still a few v1 component remain because they seems to be still in use. |
|
Does this mean there are still projects using the interaction UI? This commit (abc9bb2) looks like it could affect those projects. I think having more context on how the UI has evolved would really help here, would we have a quick call when you have time? |
|
There should not be projects using interaction UI. Even if there is, we will drop the support. |
ref DEV-3215
ref DEV-3216
requires: