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

add functional reqs to ucr #152

Merged
merged 34 commits into from
Feb 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
65f43f5
add basic resource access reqs
justinwb Dec 9, 2020
646b5f6
reflect panel feedback
justinwb Dec 9, 2020
0ec312e
fill out initial set of requirements
justinwb Dec 10, 2020
e1e8e0e
MUST back to shall
justinwb Dec 16, 2020
5ddeaf7
Combine duplicate case. Remove future reference.
justinwb Jan 20, 2021
0405e8a
Refine creator assignment
justinwb Jan 20, 2021
30cc7e3
Clarify public access.
justinwb Jan 28, 2021
7cfafa2
Clarify basic write use case
justinwb Jan 28, 2021
9d41715
Clarify creator requirements
justinwb Jan 28, 2021
205781d
Add requirements for previously omitted ucs. Clear reqs without use c…
justinwb Jan 28, 2021
ef9c4f3
Note on shorthand use of allowing or limiting access
justinwb Jan 29, 2021
2b2dd89
Change requirements to autolinked headers
justinwb Jan 31, 2021
12091cb
Link from use cases to requirements
justinwb Feb 4, 2021
80834ff
remove extraneous files
justinwb Feb 4, 2021
3b008ec
Additional refinements and cleanup
justinwb Feb 4, 2021
15c718d
Cleanup table of contents
justinwb Feb 5, 2021
5ddf9f6
Change header name
justinwb Feb 5, 2021
8306388
Minor grammar
justinwb Feb 5, 2021
65eee4c
Minor grammar
justinwb Feb 5, 2021
ba7eccd
Minor grammar
justinwb Feb 5, 2021
f3a6369
Add requirement for client credential determination
justinwb Feb 8, 2021
1f8be9c
Remove extraneous explanation
justinwb Feb 8, 2021
691e677
Adjust requirement phrasing
justinwb Feb 8, 2021
e373f12
Add conditional req to extended network use case
justinwb Feb 8, 2021
d19b150
minor gramatical fix
bblfish Feb 8, 2021
7086b99
Add use cases to limitations
justinwb Feb 9, 2021
1150c90
Add requirement on uri path reliance
justinwb Feb 9, 2021
83644fc
Add use case to limitations
justinwb Feb 9, 2021
7745ae4
Add create and delete modes (#166)
justinwb Feb 13, 2021
0cdbf3f
Minor grammar change
justinwb Feb 15, 2021
ba0e3fa
Minor grammar change
justinwb Feb 15, 2021
30d5173
Generalize away from Web Access Control
justinwb Feb 15, 2021
7ad7ccb
expand scope of effective permissions req
justinwb Feb 15, 2021
0185b4d
Add vc and vc determine to extended network
justinwb Feb 16, 2021
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ to authorizing access to data in a Solid pod.
The Authorization Panel is undertaking the following initiatives,
in priority order:

1. Document use cases and requirements for authorization - [Source](https://github.com/solid/authorization-panel/blob/master/proposals/wac-ucr/index.bs) - [Rendered](https://solid.github.io/authorization-panel/wac-ucr/)
1. Produce normative draft text of the Web Access Control specification
1. Document use cases and requirements for authorization - [Source](https://github.com/solid/authorization-panel/blob/master/proposals/authorization-ucr/index.bs) - [Rendered](https://solid.github.io/authorization-panel/authorization-ucr/)
1. Produce an authorization system specification to satisfy [use cases and requirements](https://solid.github.io/authorization-panel/authorization-ucr/)
1. Produce and propose mechanism(s) for client constraints
Loading