1
0
Commit Graph

6 Commits

Author SHA1 Message Date
d718d247c8 Fix users with disabled totp but not enrolled being unable to login 2020-08-07 16:41:35 +02:00
5a04f1ecf4 Add option to disable totp for everyone 2020-05-29 17:15:59 +02:00
7e1d0a81bf Change totp secret datatype from varchar to text 2020-05-09 14:45:57 +02:00
895d9613b5 Add endpoint to disable totp auth 2020-04-18 01:38:49 +02:00
87d0c9088d Add endpoint to get the current users totp status 2020-04-18 00:22:59 +02:00
24904585a2 Add 2fa for authentification (#383)
Fix user tests

Add swagger docs

Fix lint

Add totp check when logging in

Make totp enrollment work

Add migration for totp table

go mod vendor

Add routes for totp routes

Add route handler for totp routes

Add basic implementation to enroll a user in totp

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/383
2020-04-17 19:25:35 +00:00