Skip to content

Commit

Permalink
:octocat: remove battle.net authenticator for now (#6)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1cbeb4e)
  • Loading branch information
codemasher committed Jun 17, 2024
1 parent a810450 commit 2d5cad8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 251 deletions.
36 changes: 0 additions & 36 deletions examples/battlenet.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/Authenticators/AuthenticatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ interface AuthenticatorInterface{
public const TOTP = 'totp';
public const HOTP = 'hotp';
public const STEAM_GUARD = 'steam';
public const BATTLE_NET = 'battlenet';

public const ALGO_SHA1 = 'SHA1';
public const ALGO_SHA256 = 'SHA256';
Expand All @@ -32,7 +31,6 @@ interface AuthenticatorInterface{
self::HOTP => HOTP::class,
self::TOTP => TOTP::class,
self::STEAM_GUARD => SteamGuard::class,
self::BATTLE_NET => BattleNet::class,
];

public const HASH_ALGOS = [
Expand Down
87 changes: 0 additions & 87 deletions src/Authenticators/BattleNet.php

This file was deleted.

126 changes: 0 additions & 126 deletions tests/Authenticators/BattleNetTest.php

This file was deleted.

0 comments on commit 2d5cad8

Please sign in to comment.