This commit is contained in:
2024-10-28 18:30:03 -04:00
parent e55dc42068
commit 576b1634a6
5 changed files with 45 additions and 3 deletions

3
testing/api/auth.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
header('Content-Type: application/json');
echo '{"success":true,"isAuthenticated":true,"token":"1a2b3c4d5e6f7g8h9i0j","expires":2524608000000,"message":"success"}';