Skip to content
Open
Changes from all 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
5 changes: 5 additions & 0 deletions lws10-core/Authorization.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
by which <a>agents</a> request and present access tokens in order to access this protected data.
</p>

<p>
This section defines an authorization framework based on OAuth 2.0 [[!RFC6749]] as the baseline mechanism for obtaining and presenting
access tokens. A server MAY support additional authorization mechanisms beyond this baseline.
</p>

<section id="authorization-roles">
<h3>Roles</h3>

Expand Down
Loading