mirror of
https://github.com/shlinkio/shlink.git
synced 2026-08-14 06:54:41 -05:00
Created JWTService and related classes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
|
||||
'app_options' => [
|
||||
'name' => 'Shlink',
|
||||
'version' => '1.1.0',
|
||||
'secret_key' => env('SECRET_KEY'),
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user