socialite

This commit is contained in:
2021-02-12 16:17:52 +09:00
parent f6c93028cc
commit cb6da0c090

View File

@@ -87,7 +87,7 @@ class EveOnlineOAuthProvider extends AbstractProvider {
*/ */
private function getJwkUri(): string { private function getJwkUri(): string {
$response = $this->getHttpClient() $response = $this->getHttpClient()
->get('https://login.eveonline.com/.well-knonw/oauth-authorization-server'); ->get('https://login.eveonline.com/.well-known/oauth-authorization-server');
$metadata = json_decode($response->getBody()); $metadata = json_decode($response->getBody());