Applications as configurations (examples)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Example 1.1 | |
App: Twitter | |
Allow user to: login | |
Allow user to: send a tweet | |
Allow user to: follow another user | |
Allow user to: view a timeline of tweets | |
Example 1.2 | |
App: Facebook | |
Allow user to: login | |
Allow user to: update their status | |
Allow user to: become friends with another user | |
Allow user to: view a timeline of other user statuses | |
Example 1.3 | |
App: Reddit | |
Allow user to: login | |
Allow user to: subscribe to a subreddit | |
Allow user to: view a list of posts in all subreddits | |
Allow user to: post to a subreddit | |
Example 2.2 | |
App: Twitter | |
Allow user to: library.login | |
Allow user to: custom.tweet | |
Allow user to: custom.follow | |
Allow user to: custom.timeline | |
Example 2.2 | |
App: Facebook | |
Allow user to: library.login | |
Allow user to: custom.updateStatus | |
Allow user to: custom.addFriend | |
Allow user to: custom.timeline | |
Example 2.3 | |
App: Reddit | |
Allow user to: library.login | |
Allow user to: custom.subscribe | |
Allow user to: custom.viewPosts | |
Allow user to: custom.post |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment