Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document proposal for acl:agentClass acl:PayingAgent #100

Merged
merged 3 commits into from
Sep 4, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions proposals/paying-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### The 'Paying Agent' agent class

**Note:** This proposal is still experimental, and clients cannot rely
on it yet. See the [Test Suite report](https://github.com/solid/test-suite#table)
for the latest information on which servers currently support it.

The current WAC spec defines two agent classes:
* `foaf:Agent` (allows access to any agent, i.e., the public)
* `acl:AuthenticatedAgent` (allows access to any authenticated agent)

This proposal adds a third one:
* `acl:AuthenticatedAgent` (allows access to any paying agent)
michielbdejong marked this conversation as resolved.
Show resolved Hide resolved

For more information about how to use this agent class in combination with
the `402 Payment Required` http response code and the `Pay` http response header,
and about how to determine whether a given WebID
is a paying agent for a given resource, see
[Solid Webmonetization](https://github.com/solid/webmonetization/blob/main/README.md#requiring-payment-for-resources).