aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/fixtures
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-09 23:30:10 +0900
committernsfisis <nsfisis@gmail.com>2024-08-09 23:30:10 +0900
commitaf36c59851399194bcbb77a3093d46c2757cb7b4 (patch)
tree72e1a3cc00044f9c00dc5f22ef9325124f272401 /backend/fixtures
parent93f2ffc18d1d86bd2999533e8d904c92cb29bc1a (diff)
downloadiosdc-japan-2025-albatross-af36c59851399194bcbb77a3093d46c2757cb7b4.tar.gz
iosdc-japan-2025-albatross-af36c59851399194bcbb77a3093d46c2757cb7b4.tar.zst
iosdc-japan-2025-albatross-af36c59851399194bcbb77a3093d46c2757cb7b4.zip
feat: support authentication via fortee
Diffstat (limited to 'backend/fixtures')
-rw-r--r--backend/fixtures/dev.sql3
1 files changed, 3 insertions, 0 deletions
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