Fix revokation validation. Add additional tests cases

This commit is contained in:
ErickSkrauch
2019-12-10 22:51:11 +03:00
parent 016a193263
commit d27070630c
9 changed files with 85 additions and 41 deletions

View File

@@ -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',