mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Fix revokation validation. Add additional tests cases
This commit is contained in:
13
common/tests/fixtures/data/oauth-clients.php
vendored
13
common/tests/fixtures/data/oauth-clients.php
vendored
@@ -14,6 +14,19 @@ return [
|
||||
'is_deleted' => 0,
|
||||
'created_at' => 1455309271,
|
||||
],
|
||||
'unauthorizedMinecraftGameLauncher' => [
|
||||
'id' => 'unauthorized_minecraft_game_launcher',
|
||||
'secret' => 'there_is_no_secret',
|
||||
'type' => 'minecraft-game-launcher',
|
||||
'name' => 'Unauthorized Minecraft game launcher',
|
||||
'description' => '',
|
||||
'redirect_uri' => null,
|
||||
'website_url' => null,
|
||||
'minecraft_server_ip' => null,
|
||||
'is_trusted' => false,
|
||||
'is_deleted' => false,
|
||||
'created_at' => 1576003878,
|
||||
],
|
||||
'tlauncher' => [
|
||||
'id' => 'tlauncher',
|
||||
'secret' => 'HsX-xXzdGiz3mcsqeEvrKHF47sqiaX94',
|
||||
|
||||
Reference in New Issue
Block a user