]> BookStack Code Mirror - bookstack/commit
Added TOTP generation view and started verification stage
authorDan Brown <redacted>
Tue, 29 Jun 2021 21:06:49 +0000 (22:06 +0100)
committerDan Brown <redacted>
Tue, 29 Jun 2021 21:06:49 +0000 (22:06 +0100)
commitd25cd83d8e2a8741a6476ce2d7ff6efc728ecc6e
tree0cf8dcdf14cee59250ccd3bf546f6b65a86520b6
parentefb6a6b457ac8e20bbbb39d8a730921850c2751a
Added TOTP generation view and started verification stage

Also updated MFA setup view to have settings-like listed interface to
make it possible to extend with extra options in the future.
app/Http/Controllers/Auth/MfaController.php
resources/sass/_forms.scss
resources/views/mfa/setup.blade.php
resources/views/mfa/totp-generate.blade.php [new file with mode: 0644]
routes/web.php