Changes between Version 1 and Version 2 of Creation of a class
- Timestamp:
- 02/10/25 17:04:41 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creation of a class
v1 v2 9 9 WHERE email = :input_email AND password = :hashed_input_pass; 10 10 }}} 11 ''Note:'' `:hashed_input_pass` is securely hashed before being checked.12 11 13 12 ---