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 6a94acb commit c6dcabbCopy full SHA for c6dcabb
auth.php
@@ -5,7 +5,7 @@
5
6
7
class Authorize {
8
- private static string $JWTKey = 'Laxo';
+ private static string $JWTKey = 'your-key';
9
10
public static function hash( string|array $value ): string {
11
return bin2hex( JWT::encode( $value, self::$JWTKey, 'HS256' ) );
0 commit comments