diff options
author | Joar Wandborg <git@wandborg.com> | 2012-09-19 22:12:13 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-09-19 22:12:13 +0200 |
commit | 6ed236d5b5d727028597d4f9a8b68a729d438d2e (patch) | |
tree | acf79bf401b77d6efc66c24f99c3ab475ed895b9 | |
parent | f26224d43359041f45adb28bdc3a9ac48570a0a3 (diff) | |
download | mediagoblin-6ed236d5b5d727028597d4f9a8b68a729d438d2e.tar.lz mediagoblin-6ed236d5b5d727028597d4f9a8b68a729d438d2e.tar.xz mediagoblin-6ed236d5b5d727028597d4f9a8b68a729d438d2e.zip |
Added security warning to OAuth README
-rw-r--r-- | mediagoblin/plugins/oauth/README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mediagoblin/plugins/oauth/README.rst b/mediagoblin/plugins/oauth/README.rst index 790b2cdf..8ca5ed9f 100644 --- a/mediagoblin/plugins/oauth/README.rst +++ b/mediagoblin/plugins/oauth/README.rst @@ -2,6 +2,11 @@ OAuth plugin ============== +.. warning:: + In it's current state. This plugin has received no security audit. + Development has been entirely focused on Making It Work(TM). Use this + plugin with caution. + The OAuth plugin enables third party web applications to authenticate as one or more GNU MediaGoblin users in a safe way in order retrieve, create and update content stored on the GNU MediaGoblin instance. |