]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Use a new table (oauth_token_association) to associate authorized
authorZach Copley <zach@status.net>
Thu, 21 Oct 2010 00:21:04 +0000 (17:21 -0700)
committerZach Copley <zach@status.net>
Thu, 21 Oct 2010 00:21:04 +0000 (17:21 -0700)
commite56385a7bb25336a72c1d37ad43d51ba8e238231
tree0472ae8b4ab8f5343df487bd6e7565db1a95d37f
parent3d6a0f730d153378f47805bc6ea8a8d543eb9ab6
Use a new table (oauth_token_association) to associate authorized
request tokins with OAuth client applications and profiles.
actions/apioauthaccesstoken.php
actions/apioauthauthorize.php
classes/Oauth_token_association.php [new file with mode: 0644]
classes/statusnet.ini
db/statusnet.sql
lib/apioauthstore.php