mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Added possibility to authenticate with the given API token
This commit is contained in:
parent
3bc6e61869
commit
bcd41c4d9b
5 changed files with 125 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue