Add "resume" to email verification and password reset links #762
Comments
|
This would also require adding |
|
Related to the work we're doing in #784 for Marketplace migrating their existing accounts. If the legacy (migrating) user verifies her email on a second device and continues there, it will be useful to be able to pass the |
|
@dannycoates, I'd like to get this out in the next train (train-21). |
|
The ambiguity of the term "state" is confusing me here. Is this just a "pass-thru" value like the |
|
I'm calling the parameter Does the name and type make sense? |
|
Unfortunately, I'm asking for The more name translations we need to do in the client, the more confusing it gets. |
|
@ckarlof thanks for the context. I think I'm gonna hurl. |
|
No, you're right. Let's go with After we needed the third param to this, I should have re-evaluated it all. We need |
@dannycoates, @ckarlof - To resume on a second device, we need to be able to generate an assertion. Generating an assertion requires a signed certificate, which requires a |
|
@dannycoates - @johngruen and @ryanfeeley say that it's OK to ask the user for their password in the second client, no new auth-server support needed. Thanks! |
This would be to enable clients to resume oauth flows. We're currently funneling the redirect URI and service (for
client_id), but not the state.The text was updated successfully, but these errors were encountered: