You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the Justfile for the commands to run the project.
4
+
5
+
## TODO:
6
+
7
+
### Section 7
8
+
9
+
-[ ] What happens if a user tries to subscribe twice? Make sure that they receive two confirmation emails;
10
+
-[ ] What happens if a user clicks on a confirmation link twice?
11
+
-[ ] What happens if the subscription token is well-formatted but non-existent?
12
+
-[ ] Add validation on the incoming token, we are currently passing the raw user input straight into a query (thanks sqlx for protecting us from SQL injections <3);
13
+
-[ ] Use a proper templating solution for our emails (e.g. tera);
0 commit comments