feat: add support for response mode

This commit is contained in:
Lakhan Samani
2022-03-07 18:49:18 +05:30
parent 7b09a8817c
commit 128a2a8f75
4 changed files with 163 additions and 110 deletions

View File

@@ -8,7 +8,6 @@
(function (window, document) {
var targetOrigin = {{.target_origin}};
var authorizationResponse = {{.authorization_response}};
console.log({targetOrigin})
window.parent.postMessage(authorizationResponse, targetOrigin);
})(this, this.document);
</script>