1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-website/src
Alex Kotov 8dcf5261b1
Verify CSRF token
2020-10-17 02:19:12 +05:00
..
assets Move assets 2020-10-16 01:54:37 +05:00
forms Fix forms and add forms to routes 2020-10-17 02:04:27 +05:00
models Get CSRF token in templates 2020-10-17 01:11:42 +05:00
routes Verify CSRF token 2020-10-17 02:19:12 +05:00
tests Confirm password 2020-10-16 07:44:21 +05:00
config.rs Set secret key 2020-10-16 04:48:38 +05:00
csrf.rs Verify CSRF token 2020-10-17 02:19:12 +05:00
database.rs Add barebone CSRF protection fairing 2020-10-16 10:39:03 +05:00
forms.rs Move forms into separate files 2020-10-16 02:46:46 +05:00
main.rs Revert "Remove barebone CSRF protection fairing" 2020-10-16 10:57:27 +05:00
models.rs Extract models into separate files 2020-10-15 06:51:45 +05:00
routes.rs Add path "DELETE /sign_in" 2020-10-16 07:16:38 +05:00
schema.rs Rename column `users.password` to `encrypted_password` 2020-10-15 04:17:55 +05:00
states.rs Rename states::CurrentUser to MaybeCurrentUser 2020-10-16 06:22:56 +05:00
tests.rs Split tests into separate files 2020-10-15 08:01:37 +05:00
web.rs Revert "Remove barebone CSRF protection fairing" 2020-10-16 10:57:27 +05:00