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 cf4a5b5 commit 2f01cb4Copy full SHA for 2f01cb4
src/Http/Request.php
@@ -66,7 +66,7 @@ protected function generateJWT() {
66
'exp' => time() + 60,
67
];
68
69
- return JWT::encode($token, $this->apiSecret);
+ return JWT::encode($token, $this->apiSecret, 'HS256');
70
}
71
72
0 commit comments