mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +01:00
Added possibility to authenticate with the given API token
This commit is contained in:
@@ -23,10 +23,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Repository\UserSystem;
|
||||
|
||||
use App\Repository\NamedDBElementRepository;
|
||||
use App\Entity\UserSystem\ApiToken;
|
||||
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\Persistence\ManagerRegistry;
|
||||
|
||||
class ApiTokenRepository extends EntityRepository
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user