Merge branch 'jwt-encryption-algorithm' into 'master'

Implemented Rs256 jwt encryption algorithm

See merge request elyby/accounts!7
This commit is contained in:
ErickSkrauch
2019-08-02 21:27:07 +00:00
103 changed files with 2040 additions and 1159 deletions

View File

@@ -3,8 +3,8 @@ namespace api\components\OAuth2\Storage;
use api\components\OAuth2\Entities\ClientEntity;
use api\components\OAuth2\Entities\ScopeEntity;
use api\rbac\Permissions as P;
use Assert\Assert;
use common\rbac\Permissions as P;
use League\OAuth2\Server\Storage\AbstractStorage;
use League\OAuth2\Server\Storage\ScopeInterface;