We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d802ab commit 9d255b9Copy full SHA for 9d255b9
1 file changed
src/Token.php
@@ -3,7 +3,6 @@
3
4
class Token
5
{
6
-
7
public static $algorithm = 'HS256';
8
public static $secret = false;
9
public static $leeway = 5; // 5 seconds
0 commit comments