Katie Smith
5885110360
Ensure only logged in users can see /webauthn/register
...
There are no links to the `webauthn_begin_register` route - you are only
taken there if you are logged in and have clicked to register a key.
However, we have seen this route being crawled by bots making a GET
request which gives a `500` status code error because there isn't a
logged in current_user. For consistency, this also adds teh decorator to
the POST route.
2021-10-05 11:38:12 +01:00
..
2021-09-16 12:07:03 +01:00
2021-06-09 13:19:05 +01:00
2021-06-09 13:19:05 +01:00
2021-08-09 15:15:58 +01:00
2021-06-09 13:19:05 +01:00
2021-06-14 11:09:42 +01:00
2021-06-09 13:19:05 +01:00
2021-06-14 12:52:54 +01:00
2021-06-09 13:19:05 +01:00
2021-09-29 10:37:01 +01:00
2021-06-09 13:19:05 +01:00
2021-07-13 10:57:19 +01:00
2021-06-09 13:19:05 +01:00
2021-06-09 13:19:05 +01:00
2021-09-08 10:19:46 +01:00
2021-08-19 11:14:47 +01:00
2021-06-29 07:33:40 +01:00
2021-06-09 13:19:05 +01:00
2021-07-28 12:37:15 +01:00
2021-08-19 11:14:47 +01:00
2021-07-28 12:55:06 +01:00
2021-07-15 14:21:58 +01:00
2021-03-15 09:42:06 +00:00
2021-06-23 16:14:58 +01:00
2021-09-08 10:19:46 +01:00
2021-06-09 13:19:05 +01:00
2021-06-09 13:19:05 +01:00
2021-07-22 11:47:07 +01:00
2021-09-29 10:30:32 +01:00
2021-08-17 14:44:09 +01:00
2021-09-08 10:19:42 +01:00
2021-07-22 11:47:07 +01:00
2021-06-09 15:19:00 +01:00
2021-06-30 14:54:20 +01:00
2021-07-01 12:09:47 +01:00
2021-09-14 18:43:26 +01:00
2021-06-14 11:09:42 +01:00
2021-10-05 11:38:12 +01:00