We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185f2c commit 7db3174Copy full SHA for 7db3174
src/Config.php
@@ -86,7 +86,7 @@ public static function getHandler($handler): string
86
/**
87
* @param string $handler
88
*/
89
- public static function getAudience(array $config): string
+ public static function getAudience(array $config): ?string
90
{
91
return $config['signed_audience'] ?? false
92
? hash_hmac('sha256', self::getHandler($config['handler']), config('app.key'))
0 commit comments