-- Detective Authentication System
/* Authenticate to access the case files */
SELECT * FROM Detectives
WHERE
code_name =
AND
access_key =
LIMIT 1;
-- CREATE SESSION COOKIE
-- FORGOT access_key?
-- Need new credentials? CREATE ACCOUNT