-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlocalrefs.bib
More file actions
62 lines (54 loc) · 1.7 KB
/
localrefs.bib
File metadata and controls
62 lines (54 loc) · 1.7 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
@Misc{std:RFC2965,
author = {Lou Montulli and David M. Kristol},
title = {{HTTP State Management Mechanism}},
howpublished = {RFC 2965},
organization = {{IETF}},
url = {https://www.ietf.org/rfc/rfc2965.html},
month = oct,
year = 2000
}
@Misc{std:RFC6265,
author = {Adam Barth},
title = {{HTTP State Management Mechanism}},
howpublished = {RFC 6265},
organization = {{IETF}},
url = {https://www.ietf.org/rfc/rfc6265.html},
month = apr,
year = 2011
}
@Misc{std:RFC6750,
author = {Michael B. Jones and Dick Hardt},
title = {{The OAuth 2.0 Authorization Framework: Bearer Token Usage}},
howpublished = {RFC 6750},
organization = {{IETF}},
url = {https://www.ietf.org/rfc/rfc6750.html},
month = oct,
year = 2012
}
@Misc{std:RFC7616,
author = {Rifaat Shekh-Yusef and David Ahrens and Sophie Bremer},
title = {{HTTP Digest Access Authentication}},
howpublished = {RFC 7616},
organization = {{IETF}},
url = {https://www.ietf.org/rfc/rfc7616.html},
month = sep,
year = 2015
}
@Misc{std:RFC7617,
author = {J. Reschke},
title = {The 'Basic' HTTP Authentication Scheme},
howpublished = {RFC 7617},
organization = {{IETF}},
url = {https://www.ietf.org/rfc/rfc7617.html},
month = sep,
year = 2015
}
@Misc{std:RFC9110,
author = {Roy T. Fielding and Mark Nottingham and Julian Reschke},
title = {{HTTP Semantics}},
howpublished = {RFC 9110},
organization = {{IETF}},
url = {https://www.ietf.org/rfc/rfc9110.html},
month = jun,
year = 2022
}