diff options
author | Paul Frazee <pfrazee@gmail.com> | 2018-04-18 12:41:26 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2018-04-18 12:41:26 -0500 |
commit | 1710d82d0554deaf2926719ec0d08b3424c28e5c (patch) | |
tree | acaa84ae58572abacbfb485b13e8aedbcb155322 | |
parent | 2e652929c644a3268e1dbc5fd5ad30c90e704f65 (diff) | |
download | dat-deps-1710d82d0554deaf2926719ec0d08b3424c28e5c.tar.gz dat-deps-1710d82d0554deaf2926719ec0d08b3424c28e5c.zip |
Use archived links to PSA spec
-rw-r--r-- | proposals/0003-http-pinning-service-api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/0003-http-pinning-service-api.md b/proposals/0003-http-pinning-service-api.md index d113986..d3d9328 100644 --- a/proposals/0003-http-pinning-service-api.md +++ b/proposals/0003-http-pinning-service-api.md @@ -56,7 +56,7 @@ It may be fetched using a GET request. This document will fit the following sche ``` You can read more about the [PSA Service Discovery -Protocol](https://github.com/beakerbrowser/beaker/wiki/PSA-Web-Service-Discovery-Protocol). +Protocol](http://web.archive.org/web/20180418164539/https://github.com/beakerbrowser/beaker/wiki/PSA-Web-Service-Discovery-Protocol). The PSA document must provide links to two API resources: the User Accounts API, and the Dat Pinning API. These resources should be indicated by the @@ -257,7 +257,7 @@ be included in the response. [alternatives]: #alternatives - The motivations and drawbacks of the PSA Service Document are discussed -[here](https://github.com/beakerbrowser/beaker/wiki/PSA-Web-Service-Discovery-Protocol#motivation). +[here](http://web.archive.org/web/20180418164539/https://github.com/beakerbrowser/beaker/wiki/PSA-Web-Service-Discovery-Protocol#motivation). Without a description format, it becomes difficult to handle user authentication. We would probably need to use the HTTP Basic scheme and remove any mechanisms for registering new accounts. |