tsk-50: Create Special endpoint for services to obtain a token #53

Merged
phoenix merged 19 commits from tsk-50 into devel 2025-08-03 23:09:51 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit b5714c49c3 - Show all commits

View File

@@ -1,4 +1,4 @@
-- Add down migration script here
DROP TABLE IF EXISTS "user";
DROP TABLE IF EXISTS "salt";
DROP TABLE IF EXISTS "passphrase";
-- DROP TABLE IF EXISTS "user";
-- DROP TABLE IF EXISTS "salt";
-- DROP TABLE IF EXISTS "passphrase";

View File

@@ -1,2 +1,2 @@
-- Add down migration script here
DELETE FROM "passphrase";
-- DELETE FROM "passphrase";

View File

@@ -1,2 +1,2 @@
-- Add up migration script here
INSERT INTO "passphrase" (passphrase) VALUES('Hg3TWfAT8pEiW6fZGhQKXICkZ246EzrE8Bx26O9iEKmQkbpzlFJTOW8UwSf09oak');
-- INSERT INTO "passphrase" (passphrase) VALUES('Hg3TWfAT8pEiW6fZGhQKXICkZ246EzrE8Bx26O9iEKmQkbpzlFJTOW8UwSf09oak');