add rest application and discount-status rest method

This commit is contained in:
Roland Schneider
2018-08-31 07:50:14 +02:00
parent 017bf0f9e4
commit 767211d6c7
33 changed files with 805 additions and 16 deletions

View File

@@ -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.');
}