Basic login

This commit is contained in:
2019-09-26 15:52:58 +02:00
parent f20d003e2a
commit e2bdaf6603
13 changed files with 514 additions and 12 deletions

View File

@@ -0,0 +1 @@
INSERT INTO users (email, encrypted_password) VALUES ($1, $2) RETURNING id