Add 2fa for authentification #383

Merged
konrad merged 10 commits from feature/2fa into master 2020-04-17 19:25:37 +00:00

10 Commits

Author SHA1 Message Date
kolaente 63aa3fd24b
Fix user tests
continuous-integration/drone/pr Build is passing Details
2020-04-17 20:46:12 +02:00
kolaente cb66d5fe21
Add swagger docs
continuous-integration/drone/pr Build is failing Details
2020-04-17 19:01:06 +02:00
kolaente c7c570d6e7
Fix lint
continuous-integration/drone/pr Build was killed Details
2020-04-17 18:41:07 +02:00
kolaente 42beec531e
Add totp check when logging in
continuous-integration/drone/pr Build is failing Details
2020-04-17 18:39:18 +02:00
kolaente 97d78b032e
Make totp enrollment work
continuous-integration/drone/pr Build is failing Details
2020-04-17 18:30:14 +02:00
kolaente 5d2627d46a
Add migration for totp table 2020-04-17 17:54:47 +02:00
kolaente 8e31996ee3
go mod vendor 2020-04-17 17:51:27 +02:00
kolaente 629ea42129
Add routes for totp routes 2020-04-17 17:51:17 +02:00
kolaente 2eff7f149f
Add route handler for totp routes 2020-04-17 17:48:49 +02:00
kolaente d5d2c53fab
Add basic implementation to enroll a user in totp 2020-04-17 17:35:15 +02:00