forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credential-management-1.json
144 lines (144 loc) · 4.69 KB
/
credential-management-1.json
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"spec": {
"title": "Credential Management Level 1",
"url": "https://w3c.github.io/webappsec-credential-management/"
},
"links": {
"https://github.com/w3c/webappsec": [],
"https://lists.w3.org/Archives/Public/public-webappsec/": [],
"https://www.w3.org/Mail/Request": [],
"https://www.w3.org/2011/webappsec/": [],
"https://www.w3.org/Consortium/Patent-Policy-20170801/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/2004/01/pp-impl/49309/status": [],
"https://www.w3.org/2020/Process-20200915/": [],
"https://html.spec.whatwg.org/": [
"attr-fe-autocomplete",
"concept-request-origin",
"environment-settings-object",
"concept-settings-object-origin",
"parent-browsing-context",
"active-document",
"same-origin",
"in-parallel",
"concept-settings-object-global",
"concept-task",
"navigator",
"secure-context",
"current-settings-object",
"concept-relevant-realm",
"responsible-document",
"queue-a-task",
"the-form-element",
"dom-form-submit",
"attr-fe-autocomplete-username",
"attr-fe-autocomplete-current-password",
"htmlformelement",
"attr-fe-autocomplete-new-password",
"category-submit",
"form-owner",
"attr-fe-name",
"autofill-detail-tokens",
"attr-fe-autocomplete-photo",
"attr-fe-autocomplete-name",
"attr-fe-autocomplete-nickname",
"ascii-serialisation-of-an-origin",
"top-level-browsing-context",
"worker"
],
"https://xhr.spec.whatwg.org/": [
"xmlhttprequest",
"interface-formdata",
"dom-formdata-has",
"dom-formdata-get"
],
"https://w3c.github.io/webappsec/usecases/credentialmanagement/": [],
"https://heycam.github.io/webidl/": [
"dfn-inherit",
"Exposed",
"SecureContext",
"idl-USVString",
"idl-DOMString",
"dfn-interface-object",
"dfn-interface-prototype-object",
"exceptiondef-typeerror",
"SameObject",
"idl-promise",
"idl-undefined",
"aborterror",
"idl-DOMException",
"dfn-inherited-interfaces",
"a-promise-rejected-with",
"a-new-promise",
"dfn-exception",
"reject",
"idl-boolean",
"dfn-throw",
"notallowederror",
"idl-sequence"
],
"https://tc39.github.io/ecma262/": [
"sec-ordinary-object-internal-methods-and-internal-slots"
],
"https://developer.mozilla.org/en-US/docs/Web/API/PasswordCredential/name": [],
"https://developer.mozilla.org/en-US/docs/Web/API/PasswordCredential/iconURL": [],
"https://w3c.github.io/webappsec-mixed-content/": [
"a-priori-authenticated-url"
],
"https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/get": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/preventSilentAccess": [],
"https://dom.spec.whatwg.org/": [
"abortsignal",
"abortsignal-aborted-flag",
"concept-tree-order",
"abortcontroller-api-integration"
],
"https://infra.spec.whatwg.org/": [
"list-contain",
"iteration-continue",
"map-exists",
"set-append",
"list-size",
"ordered-set",
"ascii-case-insensitive"
],
"https://fetch.spec.whatwg.org/": [
"dom-global-fetch",
"response",
"concept-request-credentials-mode",
"request-service-workers-mode",
"concept-request-client",
"concept-request-initiator",
"concept-request-destination"
],
"https://developer.mozilla.org/en-US/docs/Web/API/PasswordCredential/password": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/protocol": [],
"https://developers.facebook.com/docs/facebook-login/v2.0": [],
"https://publicsuffix.org/list/": [],
"https://w3c.github.io/webappsec-csp/": [
"script-src",
"object-src",
"form-action",
"connect-src",
"child-src"
],
"https://github.com/w3c/webappsec/issues/290": [],
"https://w3c.github.io/webauthn/": [
"publickeycredential",
"dom-publickeycredential-create-slot",
"dom-publickeycredential-discoverfromexternalsource-slot"
],
"https://www.w3.org/TR/CSP3/": [],
"https://www.w3.org/TR/mixed-content/": [],
"https://publicsuffix.org/": [],
"https://tools.ietf.org/html/rfc2119": [],
"https://github.com/mozilla/id-specs/blob/prod/browserid/index.md": [],
"https://www.w3.org/TR/SRI/": [],
"https://github.com/jden/web-login": [],
"https://www.w3.org/TR/webauthn-1/": [],
"https://www.w3.org/TR/XMLHttpRequest/": []
}
}