More authentication

This commit is contained in:
2019-10-07 23:31:51 +02:00
parent 78c35b2ac3
commit 409b8af6a3
17 changed files with 214 additions and 34 deletions

1
sql/users/details.sql Normal file
View File

@@ -0,0 +1 @@
SELECT email FROM users WHERE id=$1;