Skip to content

Commit

Permalink
Merge pull request #22 from AzimoLabs/added-new-public-key
Browse files Browse the repository at this point in the history
Added `W6WcOKB` public identifier key
  • Loading branch information
hywak committed Jan 25, 2022
2 parents 0a629b2 + 1d3b60a commit 69f0d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ It is welcome to open a pull request with a fix of any issue:
- [x] Make library compatible with PHP `7.4.3`. Reported
in [Uncaught JsonException: Malformed UTF-8 characters](https://github.com/AzimoLabs/apple-sign-in-php-sdk/issues/4)
- [x] Make library compatible with PHP `8.0.0`
- [x] Refactor \Azimo\Apple\Api\Enum\CryptographicAlgorithmEnum, so algorithms are fetched dynamically from https://appleid.apple.com/auth/keys

## Miscellaneous

Expand Down
3 changes: 3 additions & 0 deletions src/Api/Enum/CryptographicAlgorithmEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ final class CryptographicAlgorithmEnum

public const KID_YUYXOY = 'YuyXoY';

public const KID_W6WCOKB = 'W6WcOKB';

public static function supportedAlgorithms(): array
{
return [
self::KID_86D88KF,
self::KID_EXAUNML,
self::KID_YUYXOY,
self::KID_W6WCOKB,
];
}

Expand Down

0 comments on commit 69f0d08

Please sign in to comment.