Fx Desktop API glue needed. #189
Comments
|
@zaach pointed me here: https://github.com/mozilla/fxa-content-server/blob/master/static/javascripts/flow.js#L102-L114 In fact, I have already done an experiment with this code here: I will re-package that code into something a bit more sane. |
|
@zaach - Is there a list of possible commands that come from the browser and a list of commands the browser is expecting anywhere? |
|
Here is one! List of commands the browser expects and its responses (expects -> response):
Besides those |
|
warning: the Firefox Desktop Glue API and requirements should not be considered anywhere close to finalized, but @zaach list of commands is a good start. Edit: should -> should not |
|
@zaach - so that I understand the flow better, and so that there is a record of how the pieces fit together, can you give a synopsis of how it fits together or refute what I am writing? My understanding:
Questions:
Do I have this all backwards? At first, I assumed the browser sent a |
|
From @zaach's comment in #162:
|
|
More from @zaach's comments in #162:
|
Good question. That's not really handled currently. We'll have to make sure the flows account for this error case.
Not at this point; currently there should be a transition to a "setup complete" page. I'm not sure what the new flows suggest for this, but the browser doesn't currently close the frame. |
|
I'm skeptical whether |
What you wrote looks right. The hosted page sends the login event immediately after the user completes signIn (not waiting for email verification on sign ups). |
No description provided.
The text was updated successfully, but these errors were encountered: