Decided we didn't need to keep the token secret in the

Oauth_application_user record
This commit is contained in:
Zach Copley
2010-01-11 12:17:36 -08:00
parent a0b8438773
commit c2337ab47c
3 changed files with 1 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ class Oauth_application_user extends Memcached_DataObject
public $application_id; // int(4) primary_key not_null
public $access_type; // tinyint(1)
public $token; // varchar(255)
public $secret; // varchar(255)
public $verifier; // varchar(255)
public $created; // datetime not_null
public $modified; // timestamp not_null default_CURRENT_TIMESTAMP