diff options
author | Joar Wandborg <git@wandborg.com> | 2012-09-18 21:51:22 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-09-18 21:51:22 +0200 |
commit | a7b8c214e929b2d1ea5237e594c7cd88432ad891 (patch) | |
tree | adf2b7678d5ca6c080995df80b54afc7ae77c07f /mediagoblin/plugins/oauth | |
parent | 4427b1bea4a47aed36c8c7fe8b90bd014a4a12a5 (diff) | |
download | mediagoblin-a7b8c214e929b2d1ea5237e594c7cd88432ad891.tar.lz mediagoblin-a7b8c214e929b2d1ea5237e594c7cd88432ad891.tar.xz mediagoblin-a7b8c214e929b2d1ea5237e594c7cd88432ad891.zip |
Added some more helpful links to the OAuth docs
- OAuth v2.25 draft
- IRC channel
- OAuth plugin source code
Diffstat (limited to 'mediagoblin/plugins/oauth')
-rw-r--r-- | mediagoblin/plugins/oauth/README.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mediagoblin/plugins/oauth/README.rst b/mediagoblin/plugins/oauth/README.rst index 2f49916b..790b2cdf 100644 --- a/mediagoblin/plugins/oauth/README.rst +++ b/mediagoblin/plugins/oauth/README.rst @@ -102,7 +102,13 @@ and here are some detailed descriptions from other OAuth 2 providers: - https://developers.google.com/accounts/docs/OAuth2WebServer -- https://developers.facebook.com/docs/authentication/server-side/ ( +- https://developers.facebook.com/docs/authentication/server-side/ + +and if you're unsure about anything, there's the `OAuth v2.25 draft +<http://tools.ietf.org/html/draft-ietf-oauth-v2-25>`_, the `OAuth plugin +source code +<http://gitorious.org/mediagoblin/mediagoblin/trees/master/mediagoblin/plugins/oauth>`_ +and the `#mediagoblin IRC channel <http://mediagoblin.org/pages/join.html#irc>`_. Capabilities |