Revert "Merge branch 'main' of https://github.com/manojown/authorizer into feat/couchbase-db-support"
This reverts commit2052b850a3
, reversing changes made tofe862a50e5
.
This commit is contained in:
15
templates/authorize.tmpl
Normal file
15
templates/authorize.tmpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Authorization Response</title>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
(function (window, document) {
|
||||
var targetOrigin = {{.target_origin}};
|
||||
var authorizationResponse = {{.authorization_response}};
|
||||
window.parent.postMessage(authorizationResponse, targetOrigin);
|
||||
})(this, this.document);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user