diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-05 17:18:34 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-05 17:18:34 -0700 |
commit | 64bb1ca2bbc18e044d360a4bc7da01740c26f818 (patch) | |
tree | 86d5777f215ea9c85a30fb84ff2fa52daeab9179 /doc/feature/additional/access.md | |
parent | b7386a0e88ca292bf183cd1de9b09bd6e819172d (diff) | |
parent | dcacdd23c87061dc15bd12ed2e959bcbe020c5df (diff) | |
download | volse-hubzilla-64bb1ca2bbc18e044d360a4bc7da01740c26f818.tar.gz volse-hubzilla-64bb1ca2bbc18e044d360a4bc7da01740c26f818.tar.bz2 volse-hubzilla-64bb1ca2bbc18e044d360a4bc7da01740c26f818.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'doc/feature/additional/access.md')
-rw-r--r-- | doc/feature/additional/access.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/feature/additional/access.md b/doc/feature/additional/access.md new file mode 100644 index 000000000..3581ca11d --- /dev/null +++ b/doc/feature/additional/access.md @@ -0,0 +1,41 @@ +## Access Control and Permissions + + +### Privacy Groups + +Enable management and selection of privacy groups. +<!-- TODO: full description for Privacy Groups --> + +Minimum required technical skill level to see this feature: 0 + + +### Multiple Profiles + +Ability to create multiple profiles. +<!-- TODO: full description for Multiple Profiles --> + +Minimum required technical skill level to see this feature: 3 + + +### Permission Groups + +Provide alternate connection permission roles. +<!-- TODO: full description for Permission Groups --> + +Minimum required technical skill level to see this feature: 2 + + +### OAuth Clients + +Manage authenticatication tokens for mobile and remote apps. +<!-- TODO: full description for OAuth Clients --> + +Minimum required technical skill level to see this feature: 1 + + +### Access Tokens + +Create access tokens so that non-members can access private content. +<!-- TODO: full description for Access Tokens --> + +Minimum required technical skill level to see this feature: 2 |