Skip to content

Commit c6dcabb

Browse files
committed
Update auth.php
1 parent 6a94acb commit c6dcabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class Authorize {
8-
private static string $JWTKey = 'Laxo';
8+
private static string $JWTKey = 'your-key';
99

1010
public static function hash( string|array $value ): string {
1111
return bin2hex( JWT::encode( $value, self::$JWTKey, 'HS256' ) );

0 commit comments

Comments
 (0)