We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0503d22 commit 408768dCopy full SHA for 408768d
1 file changed
README.md
@@ -33,6 +33,8 @@ return [
33
],
34
'token' => [
35
'signer_key' => 'tant',
36
+ 'public_key' => 'file://path/public.key',
37
+ 'private_key' => 'file://path/private.key',
38
'not_before' => 0,
39
'expires_at' => 3600,
40
'refresh_ttL' => 7200,
0 commit comments