How to trigger login actions to occur on the parent?
- Disable the
talk-plugin-authplugin. - Listen for the
action.SHOW_SIGNIN_DIALOGevent and trigger your signin behaviour, potentially showing a new ui via another plugin in Talk or triggering a redirect on the parent page. - When the page returns (and the login is done) call
embed.login()optionally with a token asembed.login(token).