From af36c59851399194bcbb77a3093d46c2757cb7b4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 9 Aug 2024 23:30:10 +0900 Subject: feat: support authentication via fortee --- backend/fixtures/dev.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend/fixtures') diff --git a/backend/fixtures/dev.sql b/backend/fixtures/dev.sql index 2daa8f5..9ba7f73 100644 --- a/backend/fixtures/dev.sql +++ b/backend/fixtures/dev.sql @@ -12,6 +12,9 @@ VALUES (2, 'password', '$2a$10$4Wl1M4jQs.GwkB4oT32KvuMQtF.EdqKuOc8z8KKOupnuMJRAVk32W'), (3, 'password', '$2a$10$F/TePpu1pyJRWgn0e6A14.VL9D/17sRxT/2DyZ2Oi4Eg/lR6n7JcK'); +INSERT INTO registration_tokens (token) +VALUES ('shah3Iheix6cheig'); + INSERT INTO problems (title, description) VALUES -- cgit v1.2.3-70-g09d2