We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5bb61 commit 2e4041dCopy full SHA for 2e4041d
CHANGELOG.md
@@ -14,6 +14,7 @@ You can find and compare releases at the GitHub release page.
14
15
### Added
16
- Add `cookie_key_name` config to customize cookie name for authentication
17
+- Add option `no-show` for jwt generate secret key command
18
19
### Removed
20
src/Console/JWTGenerateSecretCommand.php
@@ -73,7 +73,7 @@ public function handle()
73
74
if ($updated) {
75
$this->updateEnvEntry('JWT_ALGO', 'HS256');
76
- $this->displayKey($key);
+ $this->info('jwt-auth secret set successfully.');
77
}
78
79
0 commit comments