Add auth service and it's methods

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-07-20 17:57:52 -06:00
parent c882161395
commit 37ba17dece
9 changed files with 104 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
-- name: AuthServiceDeleteSession :exec
DELETE FROM sessions WHERE id = @id;