diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-19 08:23:50 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-19 08:23:50 +0200 |
commit | 5e664e0694a09cfb7b952dd4bd123cf921950ba0 (patch) | |
tree | 6d461a9a99cf30ac10eafcce05bda7b8111cdd95 | |
parent | 763d21dc09ea1ae5bf7bda03763386039de396a9 (diff) |
updated todo
-rw-r--r-- | todo | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -5,10 +5,16 @@ pages: - /logout - privacy info + + unimplemented: - view friend/blocked/request list -- +- game stuff: + - rulesets + - timer / time limit + + website fixes: @@ -19,9 +25,19 @@ website fixes: - /register - /login + + +backend fixes: + +- don't include unrated games in rating.py + + + security measures: - repeated login prevention - api rate limiting - write unit tests +- bind tokens to ip adress (csrf) + |