diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-03-08 14:38:55 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-03-08 14:38:55 -0600 |
commit | 81f73707a63fec1fc46f2cdd49c983e5afc053c8 (patch) | |
tree | a2510bca96eaee6d18f9f4acb7ac845c62e7b955 | |
parent | 7bf229267d97e536fe4c7c7d09764b90e89e36cd (diff) | |
download | mediagoblin-81f73707a63fec1fc46f2cdd49c983e5afc053c8.tar.lz mediagoblin-81f73707a63fec1fc46f2cdd49c983e5afc053c8.tar.xz mediagoblin-81f73707a63fec1fc46f2cdd49c983e5afc053c8.zip |
Providing warning to users about instability of OAuth/API
-rw-r--r-- | mediagoblin/plugins/oauth/README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/plugins/oauth/README.rst b/mediagoblin/plugins/oauth/README.rst index 405a67e2..753b180f 100644 --- a/mediagoblin/plugins/oauth/README.rst +++ b/mediagoblin/plugins/oauth/README.rst @@ -7,6 +7,10 @@ Development has been entirely focused on Making It Work(TM). Use this plugin with caution. + Additionally, this and the API may break... consider it pre-alpha. + There's also a known issue that the OAuth client doesn't do + refresh tokens so this might result in issues for users. + 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. |