mful / notebook

0 stars 0 forks source link

Add auth flow. Add architecture for communicating between iframes and the parent window. #2

Closed mful closed 9 years ago

mful commented 9 years ago

DO NOT MERGE

This is a rough implementation of using window.postMessage to communicate between the child apps in iframes (bubble, and introduced here janus -- the auth bit). This pull is a chance to evaluate the architecture, before cleaning up the code and adding the many needed tests. The related crayon pull is here.