From: Christopher Allan Webber Date: Fri, 8 Mar 2013 20:38:55 +0000 (-0600) Subject: Providing warning to users about instability of OAuth/API X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81f73707a63fec1fc46f2cdd49c983e5afc053c8;p=mediagoblin.git Providing warning to users about instability of OAuth/API --- 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.