Couple of tiny changes

This commit is contained in:
Pinga 2024-03-05 23:41:20 +02:00
parent 7482e77c1c
commit 420bd952f8
4 changed files with 18 additions and 8 deletions

9
cp/bin/create_token.php Normal file
View file

@ -0,0 +1,9 @@
<?php
require __DIR__ . '/../vendor/autoload.php';
use Ramsey\Uuid\Uuid;
$uniqueIdentifier = Uuid::uuid4()->toString();
echo $uniqueIdentifier . PHP_EOL;