-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (123 loc) · 4.01 KB
/
Copy pathindex.html
File metadata and controls
123 lines (123 loc) · 4.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Web Monetization flows</title>
<script defer class="remove" src="https://www.w3.org/Tools/respec/respec-w3c"></script>
<script class="remove">
var respecConfig = {
edDraftURI: 'https://webmonetization.org/specification/flows/',
latestVersion: 'https://webmonetization.org/specification/flows/',
github: {
repoURL: 'wicg/webmonetization',
branch: 'main',
},
editors: [
{
name: "Alexander Surkov",
mailto: "asurkov@igalia.com",
company: "Igalia",
companyURL: "https://igalia.com/",
w3cid: "51089",
},
{
name: "Luke Warlow",
mailto: "lwarlow@igalia.com",
company: "Igalia",
companyURL: "https://igalia.com/",
w3cid: "51089",
},
{
name: "Radu Popa",
mailto: "radu@interledger.foundation",
company: "Interledger",
companyURL: "https://interledger.org/",
},
{
name: "Sid Vishnoi",
mailto: "sid@interledger.foundation",
company: "Interledger",
companyURL: "https://interledger.org/",
w3cid: "115494",
},
],
authors: [
{
name: "Alexander Surkov",
mailto: "asurkov@igalia.com",
company: "Igalia",
companyURL: "https://igalia.com/",
w3cid: "51089",
},
],
shortName: "web-monetization-flows",
specStatus: "CG-DRAFT",
group: "wicg",
localBiblio: {
openpayments: {
title: "Open Payments",
href: "https://openpayments.dev/",
},
opwa: {
title: "Open Payments Wallet Address Server",
href: "https://openpayments.dev/apis/wallet-address-server/",
},
opas: {
title: "Open Payments Auth Server",
href: "https://openpayments.dev/apis/auth-server/",
},
oprs: {
title: "Open Payments Resource Server",
href: "https://openpayments.dev/apis/resource-server/",
},
GNAP: {
title: "GNAP",
href: "https://datatracker.ietf.org/doc/html/draft-ietf-gnap-core-protocol",
},
Extension: {
title: "Web Monetization Extension",
href: "https://github.com/interledger/web-monetization-extension"
},
WebMonetization: {
title: "Web Monetization",
href: "https://webmonetization.org/specification/"
}
},
xref: [
"csp",
"dom",
"ecmascript",
"encoding",
"fetch",
"html",
"infra",
"mimesniff",
"permissions-policy",
"payment-request",
"request",
"url",
"webcryptoapi",
"webidl"
],
};
</script>
</head>
<body>
<section id="abstract">
<p>This specification defines a user wallet integraction and the flow of a Web Monetization (<abbr title="Web Monetization">WM</abbr>) payment session in a browser.</p>
</section>
<section id="sotd">
<p>This is a work-in-progress draft and expected to be integrated with the <a href="https://webmonetization.org/specification/">web monetization specification</a>.</p>
</section>
<div data-include="section/introduction.html" data-include-replace="true"></div>
<div data-include="section/terms.html" data-include-replace="true"></div>
<div data-include="section/storage.html" data-include-replace="true"></div>
<div data-include="section/authentication.html" data-include-replace="true"></div>
<div data-include="section/wallet-setup.html" data-include-replace="true"></div>
<div data-include="section/status.html" data-include-replace="true"></div>
<div data-include="section/session-flow.html" data-include-replace="true"></div>
<div data-include="section/algorithms.html" data-include-replace="true"></div>
<div data-include="section/dictionaries.html" data-include-replace="true"></div>
<section id="conformance"></section>
</body>
</html>