Created JWTService and related classes

This commit is contained in:
Alejandro Celaya
2016-08-07 14:44:33 +02:00
parent 1d92e87d50
commit a60080b1ce
11 changed files with 375 additions and 1 deletions

View File

@@ -1,12 +1,15 @@
<?php
use Acelaya\ZsmAnnotatedServices\Factory\V3\AnnotatedFactory;
use Shlinkio\Shlink\Core\Action\RedirectAction;
use Shlinkio\Shlink\Core\Options\AppOptions;
use Shlinkio\Shlink\Core\Service;
return [
'dependencies' => [
'factories' => [
AppOptions::class => AnnotatedFactory::class,
// Services
Service\UrlShortener::class => AnnotatedFactory::class,
Service\VisitsTracker::class => AnnotatedFactory::class,