]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
server-side storage model
authorEvan Prodromou <evan@prodromou.name>
Tue, 27 May 2008 20:07:21 +0000 (16:07 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 27 May 2008 20:07:21 +0000 (16:07 -0400)
commit9977591b78210bcd200376e1476809db12384f2e
treef38089e726d1799951de298f59c962a42a21f48c
parent90b4873a00b0d8b4249a323fc84a7460024f491b
server-side storage model

First pass at a server-side storage model. New tables for consumers,
tokens, and nonces, with associated classes. An OAuthDataStore class
interfaces with the OAuth.php library to enable server logic.

Some additional work to get pretty-OK random number generation into
the utilities library. Use /dev/urandom if available; else use
mt_rand().

darcs-hash:20080527200721-84dde-308c047af2ebc2c4d753c1e1e24af20fef862a7e.gz
classes/Consumer.php [new file with mode: 0644]
classes/Nonce.php [new file with mode: 0644]
classes/Subscription.php
classes/Token.php [new file with mode: 0644]
classes/stoica.ini
db/stoica.sql
lib/oauthstore.php [new file with mode: 0644]
lib/util.php