add rest application and discount-status rest method
This commit is contained in:
@@ -71,6 +71,8 @@ class User extends ActiveRecord implements IdentityInterface
|
||||
*/
|
||||
public static function findIdentityByAccessToken($token, $type = null)
|
||||
{
|
||||
$authorization = base64_decode($token);
|
||||
\Yii::info("findIdentityByAccessToken", $authorization);
|
||||
throw new NotSupportedException('"findIdentityByAccessToken" is not implemented.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user