Skip to content

Commit 5137fa3

Browse files
author
ID Bot
committed
Setup repository for draft-ietf-oauth-security-topics using https://github.com/martinthomson/i-d-template
1 parent fbc1211 commit 5137fa3

File tree

8 files changed

+115
-3
lines changed

8 files changed

+115
-3
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See http://editorconfig.org
2+
3+
root = true
4+
5+
[*.{md,xml,org}]
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
* @danielfett @selfissued @isciurus @ve7jtb @tlodderstedt
1+
# Automatically generated CODEOWNERS
2+
# Regenerate with `make update-codeowners`
3+

.gitignore

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
*.xml
21
*.html
2+
*.pdf
3+
*.redxml
4+
*.swp
35
*.txt
4-
metadata.min.js
6+
*.upload
7+
*~
8+
.tags
9+
/*-[0-9][0-9].xml
10+
/.gems/
11+
/.refcache
12+
/.targets.mk
13+
/.venv/
14+
/.vscode/
15+
/lib
16+
/node_modules/
17+
/versioned/
18+
Gemfile.lock
19+
archive.json
20+
draft-ietf-oauth-security-topics.xml
21+
package-lock.json
22+
report.xml
23+
!requirements.txt

.note.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<note title="Discussion Venues" removeInRFC="true">
2+
<t>Discussion of this document takes place on the
3+
Web Authorization Protocol Working Group mailing list ([email protected]),
4+
which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/oauth/"/>.</t>
5+
<t>Source for this draft and an issue tracker can be found at
6+
<eref target="https://github.com/oauthstuff/draft-ietf-oauth-security-topics"/>.</t>
7+
</note>

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Contributing
2+
3+
This repository relates to activities in the Internet Engineering Task Force
4+
([IETF](https://www.ietf.org/)). All material in this repository is considered
5+
Contributions to the IETF Standards Process, as defined in the intellectual
6+
property policies of IETF currently designated as
7+
[BCP 78](https://www.rfc-editor.org/info/bcp78),
8+
[BCP 79](https://www.rfc-editor.org/info/bcp79) and the
9+
[IETF Trust Legal Provisions (TLP) Relating to IETF Documents](http://trustee.ietf.org/trust-legal-provisions.html).
10+
11+
Any edit, commit, pull request, issue, comment or other change made to this
12+
repository constitutes Contributions to the IETF Standards Process
13+
(https://www.ietf.org/).
14+
15+
You agree to comply with all applicable IETF policies and procedures, including,
16+
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
17+
subject to a Simplified BSD License) in Contributions.
18+
## Working Group Information
19+
20+
Discussion of this work occurs on the [Web Authorization Protocol
21+
Working Group mailing list](mailto:[email protected])
22+
([archive](https://mailarchive.ietf.org/arch/browse/oauth/),
23+
[subscribe](https://www.ietf.org/mailman/listinfo/oauth)).
24+
In addition to contributions in GitHub, you are encouraged to participate in
25+
discussions there.
26+
27+
**Note**: Some working groups adopt a policy whereby substantive discussion of
28+
technical issues needs to occur on the mailing list.
29+
30+
You might also like to familiarize yourself with other
31+
[Working Group documents](https://datatracker.ietf.org/wg/oauth/documents/).

LICENSE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License
2+
3+
See the
4+
[guidelines for contributions](https://github.com/oauthstuff/draft-ietf-oauth-security-topics/blob/master/CONTRIBUTING.md).

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LIBDIR := lib
2+
include $(LIBDIR)/main.mk
3+
4+
$(LIBDIR)/main.mk:
5+
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
6+
git submodule sync
7+
git submodule update $(CLONE_ARGS) --init
8+
else
9+
git clone -q --depth 10 $(CLONE_ARGS) \
10+
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
11+
endif

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# OAuth 2.0 Security Best Current Practice
2+
3+
This is the working area for the IETF [OAUTH Working Group](https://datatracker.ietf.org/wg/oauth/documents/) Internet-Draft, "OAuth 2.0 Security Best Current Practice".
4+
5+
* [Editor's Copy](https://oauthstuff.github.io/draft-ietf-oauth-security-topics/#go.draft-ietf-oauth-security-topics.html)
6+
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-oauth-security-topics)
7+
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics)
8+
* [Compare Editor's Copy to Working Group Draft](https://oauthstuff.github.io/draft-ietf-oauth-security-topics/#go.draft-ietf-oauth-security-topics.diff)
9+
10+
11+
## Contributing
12+
13+
See the
14+
[guidelines for contributions](https://github.com/oauthstuff/draft-ietf-oauth-security-topics/blob/master/CONTRIBUTING.md).
15+
16+
Contributions can be made by creating pull requests.
17+
The GitHub interface supports creating pull requests using the Edit (✏) button.
18+
19+
20+
## Command Line Usage
21+
22+
Formatted text and HTML versions of the draft can be built using `make`.
23+
24+
```sh
25+
$ make
26+
```
27+
28+
Command line usage requires that you have the necessary software installed. See
29+
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
30+

0 commit comments

Comments
 (0)