[AMOS commit] MDL-29857 - google apis: Convert to OAuth 2.0 Committed into Git: 2012-05-13 16:42 UTC

[AMOS commit] MDL-29857 - google apis: Convert to OAuth 2.0 Committed into Git: 2012-05-13 16:42 UTC

by AMOS bot -
Number of replies: 0
Author: Dan Poltawski
MDL-29857 - google apis: Convert to OAuth 2.0
Updated the various plugins to use OAuth 2.0 for authentication
against google apis. Google are phasing out AuthSub and pushing OAuth as
the replacement.

This changes repository_googledocs, repository_picasa,
portfolio_googledocs and portfolio_picasa

The token for requests is now stored in session rather than a user
prefence and it persists less but doesn't bother the user more than
necessary.

The google docs portfolio plugin is converted to use resumable upload
API as this appears to be what Google have replaced this with.

Unfortunately unlike authsub OAuth will require some setup by admins,
this is linked as a docs page.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=4560fd1b669ad65149d8ca19fac9f4210358bd11
http://github.com/moodle/moodle/commit/4560fd1b669ad65149d8ca19fac9f4210358bd11

+ 2.3 en [clientid,portfolio_googledocs]
+ 2.3 en [oauthinfo,portfolio_googledocs]
+ 2.3 en [secret,portfolio_googledocs]
+ 2.3 en [clientid,portfolio_picasa]
+ 2.3 en [oauthinfo,portfolio_picasa]
+ 2.3 en [secret,portfolio_picasa]
+ 2.3 en [clientid,repository_googledocs]
+ 2.3 en [configplugin,repository_googledocs]
+ 2.3 en [oauthinfo,repository_googledocs]
+ 2.3 en [secret,repository_googledocs]
+ 2.3 en [clientid,repository_picasa]
+ 2.3 en [oauthinfo,repository_picasa]
+ 2.3 en [secret,repository_picasa]