mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-19 00:15:52 +00:00
Update JwtParser.php
This commit is contained in:
@@ -36,6 +36,6 @@ class JwtParser
|
|||||||
|
|
||||||
private function getOauthPublicKey()
|
private function getOauthPublicKey()
|
||||||
{
|
{
|
||||||
return file_get_contents(__DIR__ . '/../../../../oauth-public.key');
|
return file_get_contents(dirname(__DIR__, 3) . '/oauth-public.key');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user